Make the naming scheme for dispatched functions more consistent
[oweals/openssl.git] / crypto / initthread.c
index 23b34966a564ced1e6bb5b4cd8a74b36d1dbf0be..c9a34a77db2c730313998847e15bfcd463b53715 100644 (file)
@@ -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;