diff options
Diffstat (limited to 'crypto/evp/c_allc.c')
-rw-r--r-- | crypto/evp/c_allc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index fe28a3aa27..a36e2c6243 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -62,7 +62,7 @@ #include <openssl/pkcs12.h> #include <openssl/objects.h> -void int_openssl_add_all_ciphers(void) +void openssl_add_all_ciphers_int(void) { #ifndef OPENSSL_NO_DES |