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