summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-20 15:56:01 +0200
committerDr. Stephen Henson <steve@openssl.org>2011-10-20 15:56:01 +0200
commit43760a2cf02a6d710d40bd6ed43c7bf61918fadd (patch)
tree74e674de929cd422a2f61b2bf582b444255f1ec4 /fips/fips.h
parentfips/fips_[canister|premain].c: make it work with VC6 and add sentinels (diff)
downloadopenssl-43760a2cf02a6d710d40bd6ed43c7bf61918fadd.tar.xz
openssl-43760a2cf02a6d710d40bd6ed43c7bf61918fadd.zip
Fix error codes.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fips/fips.h b/fips/fips.h
index aaeadf5b51..a95f44e084 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -344,6 +344,7 @@ void ERR_load_FIPS_strings(void);
/* Function codes. */
#define FIPS_F_DH_BUILTIN_GENPARAMS 100
#define FIPS_F_DH_INIT 148
+#define FIPS_F_DRBG_RESEED 162
#define FIPS_F_DSA_BUILTIN_PARAMGEN 101
#define FIPS_F_DSA_BUILTIN_PARAMGEN2 102
#define FIPS_F_DSA_DO_SIGN 103
@@ -364,8 +365,8 @@ void ERR_load_FIPS_strings(void);
#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_ERROR_CHECK 114
#define FIPS_F_FIPS_DRBG_GENERATE 113
-#define FIPS_F_FIPS_DRBG_HEALTH_CHECK 114
#define FIPS_F_FIPS_DRBG_INIT 115
#define FIPS_F_FIPS_DRBG_INSTANTIATE 116
#define FIPS_F_FIPS_DRBG_NEW 117