1 /* MD4.H - header file for MD4C.C 2 */ 3 4 /*- 5 SPDX-License-Identifier: RSA-MD 6 7 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All 8 rights reserved. 9 10 License to copy and use this software is granted provided that it 11 is identified as the "RSA Data Security, Inc. MD4 Message-Digest 12 Algorithm" in all material mentioning or referencing this software 13 or this function. 14 License is also granted to make and use derivative works provided 15 that such works are identified as "derived from the RSA Data 16 Security, Inc. MD4 Message-Digest Algorithm" in all material 17 mentioning or referencing the derived work. 18 19 RSA Data Security, Inc. makes no representations concerning either 20 the merchantability of this software or the suitability of this 21 software for any particular purpose. It is provided "as is" 22 without express or implied warranty of any kind. 23 24 These notices must be retained in any copies of any part of this 25 documentation and/or software. 26 */ 27 28 #ifndef _MD4_H_ 29 #define _MD4_H_ 30 31 #include <sys/md4.h> 32 33 #endif /* _MD4_H_ */ 34