summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-17 15:16:36 +0100
committerMatt Caswell <matt@openssl.org>2019-06-17 16:19:44 +0100
commit2be8c56a39b0ec2ec5af6ceaf729df154d784a43 (patch)
tree294c6e007e46edf40b723f26027f7956cb8a8452 /crypto/init.c
parentff6da65e0d81bae4af3fc3337a95b03595cf5878 (diff)
Standardise the function naming conventions in initthread.c
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9040)
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/init.c b/crypto/init.c
index fd24e4f50b..8755e2164f 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -56,7 +56,7 @@ DEFINE_RUN_ONCE_STATIC(ossl_init_base)
goto err;
OPENSSL_cpuid_setup();
- if (!init_thread())
+ if (!ossl_init_thread())
return 0;
base_inited = 1;
@@ -428,7 +428,7 @@ void OPENSSL_cleanup(void)
err_free_strings_int();
}
- cleanup_thread();
+ ossl_cleanup_thread();
/*
* Note that cleanup order is important: