summaryrefslogtreecommitdiff
path: root/ssl/ssl_err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-02-22 14:01:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-02-22 14:01:44 +0000
commitf1fa05b4070ff237ff7d6a6ef123024a396a19c8 (patch)
tree2651837586cfec35e87a37d0d9ae77e62b7c64d7 /ssl/ssl_err.c
parent02e22c35feafb9eea75cce7fb112045864647df5 (diff)
downloadopenssl-new-f1fa05b4070ff237ff7d6a6ef123024a396a19c8.tar.gz
ABI compliance fixes.
Move new structure fields to end of structures. Import library codes from 1.0.0 and recreate new ones.
Diffstat (limited to 'ssl/ssl_err.c')
-rw-r--r--ssl/ssl_err.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index 7fe1494631..ccb93d2689 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -416,7 +416,6 @@ static ERR_STRING_DATA SSL_str_reasons[]=
{ERR_REASON(SSL_R_MISSING_RSA_ENCRYPTING_CERT),"missing rsa encrypting cert"},
{ERR_REASON(SSL_R_MISSING_RSA_SIGNING_CERT),"missing rsa signing cert"},
{ERR_REASON(SSL_R_MISSING_SRP_PARAM) ,"can't find SRP server param"},
-{ERR_REASON(SSL_R_MISSING_SRP_USERNAME) ,"missing srp username"},
{ERR_REASON(SSL_R_MISSING_TMP_DH_KEY) ,"missing tmp dh key"},
{ERR_REASON(SSL_R_MISSING_TMP_ECDH_KEY) ,"missing tmp ecdh key"},
{ERR_REASON(SSL_R_MISSING_TMP_RSA_KEY) ,"missing tmp rsa key"},