diff options
Diffstat (limited to 'src/lib/libcrypto/md2/md2_dgst.c')
| -rw-r--r-- | src/lib/libcrypto/md2/md2_dgst.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/md2/md2_dgst.c b/src/lib/libcrypto/md2/md2_dgst.c index cc4eeaf7a7..6f68b25c6a 100644 --- a/src/lib/libcrypto/md2/md2_dgst.c +++ b/src/lib/libcrypto/md2/md2_dgst.c | |||
| @@ -62,11 +62,6 @@ | |||
| 62 | #include <openssl/md2.h> | 62 | #include <openssl/md2.h> |
| 63 | #include <openssl/opensslv.h> | 63 | #include <openssl/opensslv.h> |
| 64 | #include <openssl/crypto.h> | 64 | #include <openssl/crypto.h> |
| 65 | #ifdef OPENSSL_FIPS | ||
| 66 | #include <openssl/fips.h> | ||
| 67 | #endif | ||
| 68 | |||
| 69 | #include <openssl/err.h> | ||
| 70 | 65 | ||
| 71 | const char MD2_version[]="MD2" OPENSSL_VERSION_PTEXT; | 66 | const char MD2_version[]="MD2" OPENSSL_VERSION_PTEXT; |
| 72 | 67 | ||
| @@ -121,7 +116,7 @@ const char *MD2_options(void) | |||
| 121 | return("md2(int)"); | 116 | return("md2(int)"); |
| 122 | } | 117 | } |
| 123 | 118 | ||
| 124 | FIPS_NON_FIPS_MD_Init(MD2) | 119 | int MD2_Init(MD2_CTX *c) |
| 125 | { | 120 | { |
| 126 | c->num=0; | 121 | c->num=0; |
| 127 | memset(c->state,0,sizeof c->state); | 122 | memset(c->state,0,sizeof c->state); |
