projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92dad6c
)
Remove extra whitespace. Sorry.
author
Ben Laurie
<ben@openssl.org>
Fri, 3 Aug 2001 21:09:21 +0000
(21:09 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 3 Aug 2001 21:09:21 +0000
(21:09 +0000)
crypto/evp/p_lib.c
patch
|
blob
|
history
diff --git
a/crypto/evp/p_lib.c
b/crypto/evp/p_lib.c
index 0c2c9a1cddc2e271fc2a2eef2a1d79211895e7bb..1fd0d19aee20942b5251040d13175a3e304e1770 100644
(file)
--- a/
crypto/evp/p_lib.c
+++ b/
crypto/evp/p_lib.c
@@
-83,7
+83,7
@@
int EVP_PKEY_size(EVP_PKEY *pkey)
{
if (pkey == NULL)
return(0);
-
#ifndef OPENSSL_NO_RSA
+#ifndef OPENSSL_NO_RSA
if (pkey->type == EVP_PKEY_RSA)
return(RSA_size(pkey->pkey.rsa));
else