X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fpoly1305_internal_test.c;h=547c2fd0572b82c3dfb6aec60c71a69291da7aa9;hp=17746baed435cb63222d5b9b01adb4a433d7ecde;hb=f6cec2d8badb6e9b01e8f477f98fdeecc32e46a5;hpb=d836d71b2da026b4ed9a2233657b2289ab8e4be0 diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c index 17746baed4..547c2fd057 100644 --- a/test/poly1305_internal_test.c +++ b/test/poly1305_internal_test.c @@ -13,6 +13,7 @@ #include #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;