Fix some SSL_export_keying_material() issues
[openssl.git] / test / asn1_string_table_test.c
index 291341464e75b2eb509c719927e34b682d6366bf..3c6cc257bc939dd825e9959c606a5b599aeb07dd 100644 (file)
@@ -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;