rtcp_new: return failure if allocation of bi->ptr failed
[openssl.git] / crypto / rsa / rsa_pss.c
index e90dbea9836e539ede3309aeac90ff84e6a1fe91..cb540d7c82ce9ecae80502a7e1a5f87f3ab76f2f 100644 (file)
@@ -71,6 +71,7 @@
 #include <openssl/fips.h>
 #endif
 
+__fips_constseg
 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0};
 
 #if defined(_MSC_VER) && defined(_ARM_)