From: Ben Laurie Date: Fri, 3 Aug 2001 21:09:21 +0000 (+0000) Subject: Remove extra whitespace. Sorry. X-Git-Tag: OpenSSL_0_9_6c~147^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=93d9121a775da2beb680d889929245309032fcc0;p=oweals%2Fopenssl.git Remove extra whitespace. Sorry. --- diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c index 0c2c9a1cdd..1fd0d19aee 100644 --- 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