X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=fips%2Ffips_post.c;h=392bd5543b2724a90f121d1e5ff32eefd0ca013a;hp=286edfe64f2834038240180f3c5b7831af48fb68;hb=00b0f2cb3e8235a6ff8c4d1c0476c687eb61afe6;hpb=cb1b3aa151b64ae8813c9b5e4e510ae462ef3aca diff --git a/fips/fips_post.c b/fips/fips_post.c index 286edfe64f..392bd5543b 100644 --- a/fips/fips_post.c +++ b/fips/fips_post.c @@ -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;