diff options
Diffstat (limited to 'src/lib/libcrypto/md4/md4_locl.h')
-rw-r--r-- | src/lib/libcrypto/md4/md4_locl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md4/md4_locl.h b/src/lib/libcrypto/md4/md4_locl.h index ef574c040d..6cf69ded82 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.9 2015/09/14 01:45:03 doug Exp $ */ | 1 | /* $OpenBSD: md4_locl.h,v 1.10 2016/12/21 15:49:29 jsing 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,8 +61,12 @@ | |||
61 | #include <openssl/opensslconf.h> | 61 | #include <openssl/opensslconf.h> |
62 | #include <openssl/md4.h> | 62 | #include <openssl/md4.h> |
63 | 63 | ||
64 | __BEGIN_HIDDEN_DECLS | ||
65 | |||
64 | void md4_block_data_order (MD4_CTX *c, const void *p,size_t num); | 66 | void md4_block_data_order (MD4_CTX *c, const void *p,size_t num); |
65 | 67 | ||
68 | __END_HIDDEN_DECLS | ||
69 | |||
66 | #define DATA_ORDER_IS_LITTLE_ENDIAN | 70 | #define DATA_ORDER_IS_LITTLE_ENDIAN |
67 | 71 | ||
68 | #define HASH_LONG MD4_LONG | 72 | #define HASH_LONG MD4_LONG |