]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/thread/arch/thread_none.c
crypto: thread: remove ossl_crypto_thread_native_terminate
[thirdparty/openssl.git] / crypto / thread / arch / thread_none.c
index 1da736a7fb679b8bbe3b0fdaf5b1dcbbaccff921..431a9b6a352a4f08d59794248fd34c90251720d0 100644 (file)
@@ -21,11 +21,6 @@ int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_
     return 0;
 }
 
-int ossl_crypto_thread_native_terminate(CRYPTO_THREAD *thread)
-{
-    return 0;
-}
-
 int ossl_crypto_thread_native_exit(void)
 {
     return 0;