diff options
Diffstat (limited to 'src/lib/libcrypto/md4/md4_dgst.c')
| -rw-r--r-- | src/lib/libcrypto/md4/md4_dgst.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/md4/md4_dgst.c b/src/lib/libcrypto/md4/md4_dgst.c index 0f5448601d..cfef94af39 100644 --- a/src/lib/libcrypto/md4/md4_dgst.c +++ b/src/lib/libcrypto/md4/md4_dgst.c | |||
| @@ -59,11 +59,6 @@ | |||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "md4_locl.h" | 60 | #include "md4_locl.h" |
| 61 | #include <openssl/opensslv.h> | 61 | #include <openssl/opensslv.h> |
| 62 | #include <openssl/err.h> | ||
| 63 | #ifdef OPENSSL_FIPS | ||
| 64 | #include <openssl/fips.h> | ||
| 65 | #endif | ||
| 66 | |||
| 67 | 62 | ||
| 68 | const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT; | 63 | const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT; |
| 69 | 64 | ||
| @@ -75,7 +70,7 @@ const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT; | |||
| 75 | #define INIT_DATA_C (unsigned long)0x98badcfeL | 70 | #define INIT_DATA_C (unsigned long)0x98badcfeL |
| 76 | #define INIT_DATA_D (unsigned long)0x10325476L | 71 | #define INIT_DATA_D (unsigned long)0x10325476L |
| 77 | 72 | ||
| 78 | FIPS_NON_FIPS_MD_Init(MD4) | 73 | int MD4_Init(MD4_CTX *c) |
| 79 | { | 74 | { |
| 80 | c->A=INIT_DATA_A; | 75 | c->A=INIT_DATA_A; |
| 81 | c->B=INIT_DATA_B; | 76 | c->B=INIT_DATA_B; |
