Ensure Async is deinited properly
[openssl.git] / crypto / async / async.c
index 67e19c730f3bc7857fb8d3afe0ded962a4bc2a3e..b4ba5618881789869e30df438463d82256741550 100644 (file)
@@ -351,8 +351,6 @@ int async_init(void)
     return 1;
 }
 
-/* TODO: FIXME: This needs to be called by something!!! */
-void async_deinit(void);
 void async_deinit(void)
 {
     CRYPTO_THREAD_cleanup_local(&ctxkey);