diff options
author | bcook <> | 2014-10-20 13:06:54 +0000 |
---|---|---|
committer | bcook <> | 2014-10-20 13:06:54 +0000 |
commit | dd4273fba31ef60efe2d1cd25f9ae3f3aa30d3ed (patch) | |
tree | 9f1b71bdf20f33992bbc4fa9ce82f07ec687ade8 /src/lib/libcrypto/md4/md4.h | |
parent | 514ab254d4a55f1937d1cb4e94c49f7819060f3e (diff) | |
download | openbsd-dd4273fba31ef60efe2d1cd25f9ae3f3aa30d3ed.tar.gz openbsd-dd4273fba31ef60efe2d1cd25f9ae3f3aa30d3ed.tar.bz2 openbsd-dd4273fba31ef60efe2d1cd25f9ae3f3aa30d3ed.zip |
digests: *_LONG_LOG2 is not used, stop talking about it.
Modified patch from Dmitry Eremin-Solenikov
leave the sole public define in ripemd.h
ok deraadt@ miod@
Diffstat (limited to 'src/lib/libcrypto/md4/md4.h')
-rw-r--r-- | src/lib/libcrypto/md4/md4.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/md4/md4.h b/src/lib/libcrypto/md4/md4.h index 39ee8f5841..5d9b787a28 100644 --- a/src/lib/libcrypto/md4/md4.h +++ b/src/lib/libcrypto/md4/md4.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: md4.h,v 1.13 2014/07/10 22:45:57 jsing Exp $ */ | 1 | /* $OpenBSD: md4.h,v 1.14 2014/10/20 13:06:54 bcook Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -73,8 +73,7 @@ extern "C" { | |||
73 | 73 | ||
74 | /* | 74 | /* |
75 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 75 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
76 | * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then ! | 76 | * ! MD4_LONG has to be at least 32 bits wide. ! |
77 | * ! MD4_LONG_LOG2 has to be defined along. ! | ||
78 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 77 | * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
79 | */ | 78 | */ |
80 | 79 | ||