Update test counting in checkhandshake.pm
[openssl.git] / test / poly1305_internal_test.c
index 17746baed435cb63222d5b9b01adb4a433d7ecde..547c2fd0572b82c3dfb6aec60c71a69291da7aa9 100644 (file)
@@ -13,6 +13,7 @@
 #include <string.h>
 
 #include "testutil.h"
+#include "test_main_custom.h"
 #include "internal/poly1305.h"
 #include "../crypto/poly1305/poly1305_local.h"
 #include "e_os.h"
@@ -1638,7 +1639,7 @@ static int test_poly1305(int idx)
     return 1;
 }
 
-int main(int argc, char **argv)
+int test_main(int argc, char **argv)
 {
     int result = 0;
     int iter_argv;