X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fp_lib.c;h=1fd0d19aee20942b5251040d13175a3e304e1770;hp=0c2c9a1cddc2e271fc2a2eef2a1d79211895e7bb;hb=93d9121a775da2beb680d889929245309032fcc0;hpb=92dad6cc840cb2402b61fb4281deafd1179efe04 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