aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-12 14:28:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-12 14:28:06 +0000
commit49cb5e0b408d24fbd2fe197a18be64068cac1277 (patch)
treee134e4b7ff1fe0e45b08931c66e6c8d181c53e7a /crypto/fips_err.h
parente2abfd58cce279d6c986f0fee2b827e7ec243a81 (diff)
downloadopenssl-49cb5e0b408d24fbd2fe197a18be64068cac1277.tar.gz
Fix memory leaks: uninstantiate DRBG during health checks. Cleanup md_ctx
when performing ECDSA selftest.
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h1
1 files changed, 1 insertions, 0 deletions
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"},