summaryrefslogtreecommitdiffstats
path: root/fips/fips.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 /fips/fips.h
parent8da18ea1a5b6d1d3d3c2fbb0c36bbf34dead6fd9 (diff)
Add periodic DRBG health checks as required by SP800-90.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index f9c3dde32d..155cbbc4db 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -244,6 +244,7 @@ void ERR_load_FIPS_strings(void);
#define FIPS_F_FIPS_CIPHERINIT 109
#define FIPS_F_FIPS_DIGESTINIT 110
#define FIPS_F_FIPS_DRBG_BYTES 111
+#define FIPS_F_FIPS_DRBG_CHECK 146
#define FIPS_F_FIPS_DRBG_CPRNG_TEST 112
#define FIPS_F_FIPS_DRBG_GENERATE 113
#define FIPS_F_FIPS_DRBG_HEALTH_CHECK 114