summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/cryptlib_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/cryptlib_int.h')
-rw-r--r--crypto/include/internal/cryptlib_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/include/internal/cryptlib_int.h b/crypto/include/internal/cryptlib_int.h
index a69bdcd408..673a004f0f 100644
--- a/crypto/include/internal/cryptlib_int.h
+++ b/crypto/include/internal/cryptlib_int.h
@@ -12,8 +12,9 @@
/* This file is not scanned by mkdef.pl, whereas cryptlib.h is */
-int ossl_init_thread_start(void *arg,
+int ossl_init_thread_start(const void *index, void *arg,
OSSL_thread_stop_handler_fn handfn);
+int ossl_init_thread_deregister(void *index);
int ossl_init_thread(void);
void ossl_cleanup_thread(void);
void ossl_ctx_thread_stop(void *arg);