summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-15 16:03:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-15 16:03:47 +0000
commit25c6542944821afc0693ca7027c769cc8775e90d (patch)
tree4c43805e7cbdfb46ee3807152e039d91bad64a09 /crypto/evp/evp.h
parent14567b145199739656e2bf8dd34f5da71f785802 (diff)
Add non-FIPS algorithm blocking and selftest checking.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 042dc1c577..240d9d5d69 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -1319,6 +1319,7 @@ void ERR_load_EVP_strings(void);
#define EVP_R_DECODE_ERROR 114
#define EVP_R_DIFFERENT_KEY_TYPES 101
#define EVP_R_DIFFERENT_PARAMETERS 153
+#define EVP_R_DISABLED_FOR_FIPS 163
#define EVP_R_ENCODE_ERROR 115
#define EVP_R_EVP_PBE_CIPHERINIT_ERROR 119
#define EVP_R_EXPECTING_AN_RSA_KEY 127