From fbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 25 Feb 2000 00:23:48 +0000 Subject: Allow code which calls RSA temp key callback to cope with a failure. Fix typos in some error codes. --- crypto/err/openssl.ec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/err') diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec index a3f3989c12..e132ba3182 100644 --- a/crypto/err/openssl.ec +++ b/crypto/err/openssl.ec @@ -48,11 +48,11 @@ R SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 R SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 R SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 R SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 -R SSL_R_TLSV1_ALERT_EXPORT_RESTRICION 1060 +R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 -R SSL_R_TLSV1_ALERT_USER_CANCLED 1090 +R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 R RSAREF_R_CONTENT_ENCODING 0x0400 -- cgit v1.2.3