aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-25 00:23:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-25 00:23:48 +0000
commitfbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5 (patch)
tree00bde81820163221f0244bc0a9b6d9e276df57a3 /ssl/ssl.h
parent766d78c8f5a85205a44aaf6182ed337b981f824b (diff)
downloadopenssl-fbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5.tar.gz
Allow code which calls RSA temp key callback to cope
with a failure. Fix typos in some error codes.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index a8bec859a1..be2e3c72f4 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1372,6 +1372,7 @@ int SSL_COMP_add_compression_method(int id,char *cm);
#define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 148
#define SSL_R_DIGEST_CHECK_FAILED 149
#define SSL_R_ENCRYPTED_LENGTH_TOO_LONG 150
+#define SSL_R_ERROR_GENERATING_TMP_RSA_KEY 1092
#define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST 151
#define SSL_R_EXCESSIVE_MESSAGE_SIZE 152
#define SSL_R_EXTRA_DATA_IN_MESSAGE 153