]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/handshake_helper.c
Use void in all function definitions that do not take any arguments
[thirdparty/openssl.git] / test / handshake_helper.c
index 9b781b03c93b6ecbf88aae34041388a2d64952d2..fc5fcd6f4f8e42a8177b8f4f98331f263e5564ab 100644 (file)
@@ -22,7 +22,7 @@
 #include "handshake_helper.h"
 #include "testutil.h"
 
-HANDSHAKE_RESULT *HANDSHAKE_RESULT_new()
+HANDSHAKE_RESULT *HANDSHAKE_RESULT_new(void)
 {
     HANDSHAKE_RESULT *ret;