11694Sdarrenm /* 2*4002Sdarrenm * CDDL HEADER START 3*4002Sdarrenm * 4*4002Sdarrenm * The contents of this file are subject to the terms of the 5*4002Sdarrenm * Common Development and Distribution License (the "License"). 6*4002Sdarrenm * You may not use this file except in compliance with the License. 7*4002Sdarrenm * 8*4002Sdarrenm * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4002Sdarrenm * or http://www.opensolaris.org/os/licensing. 10*4002Sdarrenm * See the License for the specific language governing permissions 11*4002Sdarrenm * and limitations under the License. 12*4002Sdarrenm * 13*4002Sdarrenm * When distributing Covered Code, include this CDDL HEADER in each 14*4002Sdarrenm * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4002Sdarrenm * If applicable, add the following below this CDDL HEADER, with the 16*4002Sdarrenm * fields enclosed by brackets "[]" replaced with your own identifying 17*4002Sdarrenm * information: Portions Copyright [yyyy] [name of copyright owner] 18*4002Sdarrenm * 19*4002Sdarrenm * CDDL HEADER END 201694Sdarrenm */ 211694Sdarrenm 221694Sdarrenm /* 23*4002Sdarrenm * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24*4002Sdarrenm * Use is subject to license terms. 251694Sdarrenm */ 261694Sdarrenm 27*4002Sdarrenm #ifndef _MD4_H 28*4002Sdarrenm #define _MD4_H 291694Sdarrenm 30*4002Sdarrenm #pragma ident "%Z%%M% %I% %E% SMI" 311694Sdarrenm 32*4002Sdarrenm #include <sys/md4.h> 331694Sdarrenm 34*4002Sdarrenm #endif /* _MD4_H */ 35