Add test recipes for internal SM2 tests
[openssl.git] / test / asynciotest.c
index 54961b2f3b91da6f7af1c82a80234038b8799976..73e415fdd328f1d2ee63309e20e58fc0794884e0 100644 (file)
@@ -42,7 +42,7 @@ struct async_ctrs {
     unsigned int wctr;
 };
 
-static const BIO_METHOD *bio_f_async_filter()
+static const BIO_METHOD *bio_f_async_filter(void)
 {
     if (methods_async == NULL) {
         methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter");