aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-20 17:06:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-20 17:06:38 +0000
commit14264b19deb526432a5749e083ef38af9e1ce516 (patch)
treee457d93387d7e089e339b779a5348435842d57ae /crypto/fips_err.h
parent8da18ea1a5b6d1d3d3c2fbb0c36bbf34dead6fd9 (diff)
downloadopenssl-14264b19deb526432a5749e083ef38af9e1ce516.tar.gz
Add periodic DRBG health checks as required by SP800-90.
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 8c7a68c5f8..0c2aa44f38 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -82,6 +82,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_FUNC(FIPS_F_FIPS_CIPHERINIT), "FIPS_CIPHERINIT"},
{ERR_FUNC(FIPS_F_FIPS_DIGESTINIT), "FIPS_DIGESTINIT"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_BYTES), "FIPS_DRBG_BYTES"},
+{ERR_FUNC(FIPS_F_FIPS_DRBG_CHECK), "FIPS_DRBG_CHECK"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_CPRNG_TEST), "FIPS_DRBG_CPRNG_TEST"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_GENERATE), "FIPS_drbg_generate"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_HEALTH_CHECK), "FIPS_DRBG_HEALTH_CHECK"},