Convert ASYNC code to use new Thread API
[openssl.git] / crypto / async / arch / async_null.c
index 03f8ebfa1074080a7f996f0bb7191ef92351204b..7b93090a9a87c13bb295a1a776108963a44effa9 100644 (file)
 
 #ifdef ASYNC_NULL
 
-int async_global_init(void)
-{
-    return 0;
-}
-
 void async_local_cleanup(void)
 {
 }
 
-void async_global_cleanup(void)
-{
-}
-
 #endif