提交 6e7ca5e1 编写于 作者: D Dr. Stephen Henson

Update from stable branch.

上级 954b2747
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册