aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-10 15:20:48 -0500
committerRich Salz <rsalz@openssl.org>2016-02-10 15:52:32 -0500
commita4625290c37193f77a04e73899e1c2fe176c4991 (patch)
tree3dcc438f51c7e95cf47f3b8c6baf7a2300b8ae56 /crypto/init.c
parent330fad61af7323d5cf786fa76c7b31b4e4cac413 (diff)
downloadopenssl-a4625290c37193f77a04e73899e1c2fe176c4991.tar.gz
After renaming init, update errors.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/init.c b/crypto/init.c
index cb9d65a4dd..e6dd084f55 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -638,8 +638,7 @@ int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings)
* sets an error etc
*/
stoperrset = 1;
- CRYPTOerr(CRYPTO_F_OPENSSL_INIT_CRYPTO_LIBRARY_START,
- ERR_R_INIT_FAIL);
+ CRYPTOerr(CRYPTO_F_OPENSSL_INIT_CRYPTO, ERR_R_INIT_FAIL);
}
return 0;
}