xref: /illumos-gate/usr/src/lib/libmd/common/md4.h (revision 1da57d55)
17c478bd9Sstevel@tonic-gate /*
2*5151fb12Sdarrenm  * CDDL HEADER START
37c478bd9Sstevel@tonic-gate  *
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.
77c478bd9Sstevel@tonic-gate  *
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.
127c478bd9Sstevel@tonic-gate  *
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]
187c478bd9Sstevel@tonic-gate  *
19*5151fb12Sdarrenm  * CDDL HEADER END
207c478bd9Sstevel@tonic-gate  */
217c478bd9Sstevel@tonic-gate 
22*5151fb12Sdarrenm /*
23*5151fb12Sdarrenm  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*5151fb12Sdarrenm  * Use is subject to license terms.
25*5151fb12Sdarrenm  */
267c478bd9Sstevel@tonic-gate 
27*5151fb12Sdarrenm #ifndef _MD4_H
28*5151fb12Sdarrenm #define	_MD4_H
297c478bd9Sstevel@tonic-gate 
30*5151fb12Sdarrenm #include <sys/md4.h>
317c478bd9Sstevel@tonic-gate 
32*5151fb12Sdarrenm #endif	/* _MD4_H */
33