summaryrefslogtreecommitdiffstats
path: root/crypto/include
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/include
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/include')
-rw-r--r--crypto/include/internal/cryptlib_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/include/internal/cryptlib_int.h b/crypto/include/internal/cryptlib_int.h
index 05fad2bf1b..a69bdcd408 100644
--- a/crypto/include/internal/cryptlib_int.h
+++ b/crypto/include/internal/cryptlib_int.h
@@ -14,8 +14,8 @@
int ossl_init_thread_start(void *arg,
OSSL_thread_stop_handler_fn handfn);
-int init_thread(void);
-void cleanup_thread(void);
+int ossl_init_thread(void);
+void ossl_cleanup_thread(void);
void ossl_ctx_thread_stop(void *arg);
/*