aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'ossl_cipher.c')
-rw-r--r--ossl_cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ossl_cipher.c b/ossl_cipher.c
index 14d6a14..e3bb9ff 100644
--- a/ossl_cipher.c
+++ b/ossl_cipher.c
@@ -77,6 +77,7 @@ ossl_cipher_get_EVP_CIPHER(VALUE obj)
ossl_cipher *ciphp = NULL;
OSSL_Check_Type(obj, cCipher);
+
GetCipher(obj, ciphp);
return EVP_get_cipherbynid(ciphp->nid); /*EVP_CIPHER_CTX_cipher(ciphp->ctx);*/