summaryrefslogtreecommitdiffstats
path: root/test/asn1_string_table_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asn1_string_table_test.c')
-rw-r--r--test/asn1_string_table_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_string_table_test.c b/test/asn1_string_table_test.c
index 291341464e..3c6cc257bc 100644
--- a/test/asn1_string_table_test.c
+++ b/test/asn1_string_table_test.c
@@ -15,7 +15,7 @@
#include <openssl/asn1.h>
#include "testutil.h"
-static int test_string_tbl()
+static int test_string_tbl(void)
{
const ASN1_STRING_TABLE *tmp = NULL;
int nid = 12345678, nid2 = 87654321, rv = 0, ret = 0;