X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ffips_err.h;h=9a824c7306bc541f6f9391d5ffe5a4845c5cfb51;hp=9c235080aca7be41a18796d4301b558c09e152e6;hb=49cb5e0b408d24fbd2fe197a18be64068cac1277;hpb=e2abfd58cce279d6c986f0fee2b827e7ec243a81 diff --git a/crypto/fips_err.h b/crypto/fips_err.h index 9c235080ac..9a824c7306 100644 --- a/crypto/fips_err.h +++ b/crypto/fips_err.h @@ -157,6 +157,7 @@ static ERR_STRING_DATA FIPS_str_reasons[]= {ERR_REASON(FIPS_R_SELFTEST_FAILURE) ,"selftest failure"}, {ERR_REASON(FIPS_R_STRENGTH_ERROR_UNDETECTED),"strength error undetected"}, {ERR_REASON(FIPS_R_TEST_FAILURE) ,"test failure"}, +{ERR_REASON(FIPS_R_UNINSTANTIATE_ERROR) ,"uninstantiate error"}, {ERR_REASON(FIPS_R_UNINSTANTIATE_ZEROISE_ERROR),"uninstantiate zeroise error"}, {ERR_REASON(FIPS_R_UNSUPPORTED_DRBG_TYPE),"unsupported drbg type"}, {ERR_REASON(FIPS_R_UNSUPPORTED_PLATFORM) ,"unsupported platform"},