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_locl.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_locl.h')
-rw-r--r-- | src/lib/libcrypto/md4/md4_locl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/md4/md4_locl.h b/src/lib/libcrypto/md4/md4_locl.h index bfc45727ac..efe0ec83a7 100644 --- a/src/lib/libcrypto/md4/md4_locl.h +++ b/src/lib/libcrypto/md4/md4_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: md4_locl.h,v 1.6 2014/08/18 19:11:48 bcook Exp $ */ | 1 | /* $OpenBSD: md4_locl.h,v 1.7 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 | * |
@@ -61,10 +61,6 @@ | |||
61 | #include <openssl/opensslconf.h> | 61 | #include <openssl/opensslconf.h> |
62 | #include <openssl/md4.h> | 62 | #include <openssl/md4.h> |
63 | 63 | ||
64 | #ifndef MD4_LONG_LOG2 | ||
65 | #define MD4_LONG_LOG2 2 /* default to 32 bits */ | ||
66 | #endif | ||
67 | |||
68 | void md4_block_data_order (MD4_CTX *c, const void *p,size_t num); | 64 | void md4_block_data_order (MD4_CTX *c, const void *p,size_t num); |
69 | 65 | ||
70 | #define DATA_ORDER_IS_LITTLE_ENDIAN | 66 | #define DATA_ORDER_IS_LITTLE_ENDIAN |