Tell the FIPS provider about thread stop events
[openssl.git] / crypto / err / err.c
index 2559e76baf9d58d29e31030925d3661d9647752f..196f782b178bdf6b849202e3db273c05fddb698e 100644 (file)
@@ -688,8 +688,8 @@ const char *ERR_reason_error_string(unsigned long e)
     return ((p == NULL) ? NULL : p->string);
 }
 
-/* OPENSSL_CTX ignored for now */
-static void err_delete_thread_state(OPENSSL_CTX *ctx)
+/* TODO(3.0): arg ignored for now */
+static void err_delete_thread_state(void *arg)
 {
     ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local);
     if (state == NULL)