From 93d9121a775da2beb680d889929245309032fcc0 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 3 Aug 2001 21:09:21 +0000 Subject: [PATCH] Remove extra whitespace. Sorry. --- crypto/evp/p_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1