Fix ossl_shim SNI handling
[openssl.git] / test / drbgtest.c
index d69456b4ee31d3bfa1a6ca4f865af53c8590b5dc..c1887d659d172601e7281c04c1c52bdaec91be77 100644 (file)
@@ -554,7 +554,7 @@ static void reset_hook_ctx(HOOK_CTX *ctx)
 }
 
 /* Resets all drbg hook contexts */
-static void reset_drbg_hook_ctx()
+static void reset_drbg_hook_ctx(void)
 {
     reset_hook_ctx(&master_ctx);
     reset_hook_ctx(&public_ctx);