Add some more SSL_pending() and SSL_has_pending() tests
[openssl.git] / test / time_offset_test.c
index 8814ccb47ab6b4e447acb4ee25f288bffd67d6f7..8776559ea2bfd1d133bea1fa782bca2afe90c88e 100644 (file)
@@ -16,7 +16,7 @@
 #include <openssl/asn1.h>
 #include <openssl/x509.h>
 #include "testutil.h"
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 
 typedef struct {
     const char *data;
@@ -106,7 +106,7 @@ static int test_offset(int idx)
     return 1;
 }
 
-int setup_tests()
+int setup_tests(void)
 {
     ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests));
     return 1;