summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-31 17:23:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-31 17:23:12 +0000
commite06de4dd3597374ab67281736be8dee0e2552bcd (patch)
treed7b13a395cc6261693820fb289a33df76bc366b5 /fips/fips.h
parent52b6ee8245c06042fd4f1bfea32f652ebe1774f3 (diff)
Remove redundant definitions. Give error code if DRBG sefltest fails.
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 110ee3c5b4..2c71041a70 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -203,6 +203,7 @@ void ERR_load_FIPS_strings(void);
#define FIPS_F_FIPS_DRBG_INSTANTIATE 133
#define FIPS_F_FIPS_DRBG_NEW 134
#define FIPS_F_FIPS_DRBG_RESEED 135
+#define FIPS_F_FIPS_DRBG_SINGLE_KAT 140
#define FIPS_F_FIPS_DSA_CHECK 107
#define FIPS_F_FIPS_MODE_SET 108
#define FIPS_F_FIPS_PKEY_SIGNATURE_TEST 109