Add periodic DRBG health checks as required by SP800-90.
diff --git a/fips/fips.h b/fips/fips.h
index f9c3dde..155cbbc 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -244,6 +244,7 @@
 #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