Fix warning.
[openssl.git] / fips / fips_post.c
index 286edfe64f2834038240180f3c5b7831af48fb68..392bd5543b2724a90f121d1e5ff32eefd0ca013a 100644 (file)
@@ -209,6 +209,7 @@ int fips_pkey_signature_test(int id, EVP_PKEY *pkey,
        int ret = 0;
        unsigned char *sig = NULL;
        unsigned int siglen;
+       __fips_constseg
        static const unsigned char str1[]="12345678901234567890";
        DSA_SIG *dsig = NULL;
        ECDSA_SIG *esig = NULL;