summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-22 11:12:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-22 11:12:56 +0000
commit74fac927b0b7d89aa6cdb88b12669e1cd8f4e841 (patch)
tree1d355c3255bd229e2312dddf326a54ad6033b66c /fips/fips.h
parentda9ead8db245e70b153faaa10f8fce3b704aa105 (diff)
Return errors instead of aborting when selftest fails.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index e84f477cc4..60cc097bd6 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -233,6 +233,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_DSA_BUILTIN_PARAMGEN 101
#define FIPS_F_DSA_BUILTIN_PARAMGEN2 102
#define FIPS_F_DSA_DO_SIGN 103
@@ -275,6 +276,7 @@ void ERR_load_FIPS_strings(void);
#define FIPS_F_FIPS_SELFTEST_X931 136
#define FIPS_F_HASH_FINAL 137
#define FIPS_F_RSA_BUILTIN_KEYGEN 138
+#define FIPS_F_RSA_EAY_INIT 149
#define FIPS_F_RSA_EAY_PRIVATE_DECRYPT 139
#define FIPS_F_RSA_EAY_PRIVATE_ENCRYPT 140
#define FIPS_F_RSA_EAY_PUBLIC_DECRYPT 141