ec/ecp_nistz256.c: harmonize with latest indent script.
[oweals/openssl.git] / crypto / rsa / rsa_pss.c
index e90dbea9836e539ede3309aeac90ff84e6a1fe91..4b79332a3b7d4d22afdf5b71ca2be66d49177ac6 100644 (file)
@@ -56,7 +56,7 @@
  *
  */
 
-#define OPENSSL_FIPSAPI
+
 
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/sha.h>
 #include "rsa_locl.h"
 
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0};
 
 #if defined(_MSC_VER) && defined(_ARM_)
@@ -102,7 +98,7 @@ int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
        hLen = M_EVP_MD_size(Hash);
        if (hLen < 0)
                goto err;
-       /*
+       /*-
         * Negative sLen has special meanings:
         *      -1      sLen == hLen
         *      -2      salt length is autorecovered from signature
@@ -214,7 +210,7 @@ int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
        hLen = M_EVP_MD_size(Hash);
        if (hLen < 0)
                goto err;
-       /*
+       /*-
         * Negative sLen has special meanings:
         *      -1      sLen == hLen
         *      -2      salt length is maximized