commit | 7d74854a2765970ff35f1e462cb2b5044d4bd77b | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Jun 12 18:10:01 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Jun 12 18:10:01 2011 -0400 |
tree | 8549767cd0878f2fae147adb5ae22489377d9c94 | |
parent | 13788530b7ad18b1d648415f0296521042a8a66e [diff] [blame] |
whitespace
diff --git a/OpenSSL/crypto/pkey.c b/OpenSSL/crypto/pkey.c index f56a26d..1f78682 100644 --- a/OpenSSL/crypto/pkey.c +++ b/OpenSSL/crypto/pkey.c
@@ -124,7 +124,7 @@ return NULL; } - if(self->pkey->type == EVP_PKEY_RSA) { + if (self->pkey->type == EVP_PKEY_RSA) { RSA *rsa; rsa = EVP_PKEY_get1_RSA(self->pkey); r = RSA_check_key(rsa);