summaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/initthread.c')
-rw-r--r--crypto/initthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/initthread.c b/crypto/initthread.c
index 23b34966a5..c9a34a77db 100644
--- a/crypto/initthread.c
+++ b/crypto/initthread.c
@@ -26,7 +26,7 @@
* by calling "c_thread_start" which is a function pointer created during
* provider initialisation (i.e. OSSL_init_provider).
*/
-extern OSSL_core_thread_start_fn *c_thread_start;
+extern OSSL_FUNC_core_thread_start_fn *c_thread_start;
#endif
typedef struct thread_event_handler_st THREAD_EVENT_HANDLER;