提交 93d9121a 编写于 作者: B Ben Laurie

Remove extra whitespace. Sorry.

上级 92dad6cc
...@@ -83,7 +83,7 @@ int EVP_PKEY_size(EVP_PKEY *pkey) ...@@ -83,7 +83,7 @@ int EVP_PKEY_size(EVP_PKEY *pkey)
{ {
if (pkey == NULL) if (pkey == NULL)
return(0); return(0);
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_RSA
if (pkey->type == EVP_PKEY_RSA) if (pkey->type == EVP_PKEY_RSA)
return(RSA_size(pkey->pkey.rsa)); return(RSA_size(pkey->pkey.rsa));
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册