1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

include opencrypto/rmd160.h

This commit is contained in:
Hajimu UMEMOTO 2003-10-12 18:33:30 +00:00
parent d58e70a08d
commit d5d49fe472
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121046

View File

@ -86,7 +86,7 @@
#define MD5_RESULTLEN 16
#include <crypto/sha1.h>
#include <crypto/sha2/sha2.h>
#include <crypto/ripemd160/rmd160.h>
#include <opencrypto/rmd160.h>
#define RIPEMD160_RESULTLEN 20
#include <net/net_osdep.h>