aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-03-11 17:20:04 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-03-11 17:20:04 +0000
commit7ed17afc8c327bc88d1510255d284487d06f226c (patch)
tree52aa2aed34535a040ba155fef373e4394449dd33 /ossl_cipher.c
parent91e607a11b3862c0aa966712149b2afd2a00d90d (diff)
downloadruby-openssl-history-7ed17afc8c327bc88d1510255d284487d06f226c.tar.gz
* Big internal cleanup (all structs with only 1 member rearranged)
* improved getting time_t from cTime
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);*/