diff options
Diffstat (limited to 'src/lib/libcrypto/md5/md5_dgst.c')
| -rw-r--r-- | src/lib/libcrypto/md5/md5_dgst.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/md5/md5_dgst.c b/src/lib/libcrypto/md5/md5_dgst.c index 265890de52..beace632e3 100644 --- a/src/lib/libcrypto/md5/md5_dgst.c +++ b/src/lib/libcrypto/md5/md5_dgst.c | |||
| @@ -59,7 +59,6 @@ | |||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include "md5_locl.h" | 60 | #include "md5_locl.h" |
| 61 | #include <openssl/opensslv.h> | 61 | #include <openssl/opensslv.h> |
| 62 | #include <openssl/crypto.h> | ||
| 63 | 62 | ||
| 64 | const char MD5_version[]="MD5" OPENSSL_VERSION_PTEXT; | 63 | const char MD5_version[]="MD5" OPENSSL_VERSION_PTEXT; |
| 65 | 64 | ||
| @@ -71,7 +70,7 @@ const char MD5_version[]="MD5" OPENSSL_VERSION_PTEXT; | |||
| 71 | #define INIT_DATA_C (unsigned long)0x98badcfeL | 70 | #define INIT_DATA_C (unsigned long)0x98badcfeL |
| 72 | #define INIT_DATA_D (unsigned long)0x10325476L | 71 | #define INIT_DATA_D (unsigned long)0x10325476L |
| 73 | 72 | ||
| 74 | fips_md_init(MD5) | 73 | int MD5_Init(MD5_CTX *c) |
| 75 | { | 74 | { |
| 76 | memset (c,0,sizeof(*c)); | 75 | memset (c,0,sizeof(*c)); |
| 77 | c->A=INIT_DATA_A; | 76 | c->A=INIT_DATA_A; |
