summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-16 20:28:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-16 20:28:30 +0000
commit675564835cb1105289ee85e32844d38af5efef4c (patch)
treea2475af596d14c5f1cc39a1dde69b9f4b79ad61b /crypto/evp/evp.h
parent2456cd58c4a685f9303b9d9235dcc13c6d0a962e (diff)
New option to enable/disable connection to unpatched servers
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 8c7741932b..60a947af50 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -1289,6 +1289,8 @@ void ERR_load_EVP_strings(void);
#define EVP_R_PRIVATE_KEY_DECODE_ERROR 145
#define EVP_R_PRIVATE_KEY_ENCODE_ERROR 146
#define EVP_R_PUBLIC_KEY_NOT_RSA 106
+#define EVP_R_UNKNOWN_CIPHER 160
+#define EVP_R_UNKNOWN_DIGEST 161
#define EVP_R_UNKNOWN_PBE_ALGORITHM 121
#define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS 135
#define EVP_R_UNSUPPORTED_ALGORITHM 156