diff options
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r-- | crypto/evp/c_alld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c index b8fa0b57b2..1612c2f2ac 100644 --- a/crypto/evp/c_alld.c +++ b/crypto/evp/c_alld.c @@ -62,7 +62,7 @@ #include <openssl/pkcs12.h> #include <openssl/objects.h> -void int_openssl_add_all_digests(void) +void openssl_add_all_digests_int(void) { #ifndef OPENSSL_NO_MD4 EVP_add_digest(EVP_md4()); |