From: Dr. Stephen Henson Date: Tue, 27 Feb 2007 18:43:42 +0000 (+0000) Subject: Update from stable branch. X-Git-Tag: OpenSSL_0_9_8k^2~948 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e7ca5e1ebf9e158ad0fc061e0052c0eb94b254a;p=oweals%2Fopenssl.git Update from stable branch. --- diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c index 745475bebc..e4d5b682f3 100644 --- a/crypto/evp/evp_lib.c +++ b/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)