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