summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine/enginetest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/engine/enginetest.c')
-rw-r--r--lib/libcrypto/engine/enginetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/enginetest.c b/lib/libcrypto/engine/enginetest.c
index c2d0297392f..cf82f490dbb 100644
--- a/lib/libcrypto/engine/enginetest.c
+++ b/lib/libcrypto/engine/enginetest.c
@@ -72,7 +72,7 @@ int main(int argc, char *argv[])
#include <openssl/engine.h>
#include <openssl/err.h>
-static void display_engine_list()
+static void display_engine_list(void)
{
ENGINE *h;
int loop;