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