summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_cipher.h')
-rw-r--r--ext/openssl/ossl_cipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.h b/ext/openssl/ossl_cipher.h
index c444089fc2..2392d41c6a 100644
--- a/ext/openssl/ossl_cipher.h
+++ b/ext/openssl/ossl_cipher.h
@@ -13,7 +13,7 @@
extern VALUE cCipher;
extern VALUE eCipherError;
-const EVP_CIPHER *GetCipherPtr(VALUE);
+const EVP_CIPHER *ossl_evp_get_cipherbyname(VALUE);
VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void);