diff options
author | Rich Salz <rsalz@akamai.com> | 2016-02-10 21:20:48 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-10 21:52:32 +0100 |
commit | a4625290c37193f77a04e73899e1c2fe176c4991 (patch) | |
tree | 3dcc438f51c7e95cf47f3b8c6baf7a2300b8ae56 /ssl/ssl_init.c | |
parent | BIO_PAIR_DEBUG did nothing; remove it. (diff) | |
download | openssl-a4625290c37193f77a04e73899e1c2fe176c4991.tar.xz openssl-a4625290c37193f77a04e73899e1c2fe176c4991.zip |
After renaming init, update errors.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'ssl/ssl_init.c')
-rw-r--r-- | ssl/ssl_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_init.c b/ssl/ssl_init.c index e7fc63dd11..bf3cd235c4 100644 --- a/ssl/ssl_init.c +++ b/ssl/ssl_init.c @@ -311,7 +311,7 @@ int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) * sets an error etc */ stoperrset = 1; - SSLerr(SSL_F_OPENSSL_INIT_SSL_LIBRARY_START, ERR_R_INIT_FAIL); + SSLerr(SSL_F_OPENSSL_INIT_SSL, ERR_R_INIT_FAIL); } return 0; } |