summaryrefslogtreecommitdiffstats
path: root/crypto/openssl
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-03-15 20:26:26 +0000
committersimon <simon@FreeBSD.org>2007-03-15 20:26:26 +0000
commit86271f334e6caae184e30ba8d0813a47223709b0 (patch)
treee9243d195ec2100ec071fc1af0a752c6a4cc7696 /crypto/openssl
parenteeba69019016572d311c7a8d220c58ed6179058b (diff)
parent8e9898839e1cab4cb5affa37125bb12602040d78 (diff)
downloadFreeBSD-src-86271f334e6caae184e30ba8d0813a47223709b0.zip
FreeBSD-src-86271f334e6caae184e30ba8d0813a47223709b0.tar.gz
This commit was generated by cvs2svn to compensate for changes in r167617,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl')
-rw-r--r--crypto/openssl/crypto/evp/evp_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/evp/evp_lib.c b/crypto/openssl/crypto/evp/evp_lib.c
index f92db23..edb28ef 100644
--- a/crypto/openssl/crypto/evp/evp_lib.c
+++ b/crypto/openssl/crypto/evp/evp_lib.c
@@ -225,7 +225,7 @@ int EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx)
{
- return ctx->cipher->key_len;
+ return ctx->key_len;
}
int EVP_CIPHER_nid(const EVP_CIPHER *cipher)
OpenPOWER on IntegriCloud