1*734b6a94Sdarrenm#!/bin/sh 2*734b6a94Sdarrenm# 3*734b6a94Sdarrenm# CDDL HEADER START 4*734b6a94Sdarrenm# 5*734b6a94Sdarrenm# The contents of this file are subject to the terms of the 6*734b6a94Sdarrenm# Common Development and Distribution License (the "License"). 7*734b6a94Sdarrenm# You may not use this file except in compliance with the License. 8*734b6a94Sdarrenm# 9*734b6a94Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*734b6a94Sdarrenm# or http://www.opensolaris.org/os/licensing. 11*734b6a94Sdarrenm# See the License for the specific language governing permissions 12*734b6a94Sdarrenm# and limitations under the License. 13*734b6a94Sdarrenm# 14*734b6a94Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 15*734b6a94Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*734b6a94Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 17*734b6a94Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 18*734b6a94Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 19*734b6a94Sdarrenm# 20*734b6a94Sdarrenm# CDDL HEADER END 21*734b6a94Sdarrenm# 22*734b6a94Sdarrenm# 23*734b6a94Sdarrenm# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*734b6a94Sdarrenm# Use is subject to license terms. 25*734b6a94Sdarrenm# 26*734b6a94Sdarrenm#ident "%Z%%M% %I% %E% SMI" 27*734b6a94Sdarrenm 28*734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/md4 29*734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/md5 30*734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/sha1 31*734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/sha2 32