Remove extra whitespace. Sorry.
authorBen Laurie <ben@openssl.org>
Fri, 3 Aug 2001 21:09:21 +0000 (21:09 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 3 Aug 2001 21:09:21 +0000 (21:09 +0000)
crypto/evp/p_lib.c

index 0c2c9a1cddc2e271fc2a2eef2a1d79211895e7bb..1fd0d19aee20942b5251040d13175a3e304e1770 100644 (file)
@@ -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