clang on Linux x86_64 complains about unreachable code.
[openssl.git] / crypto / bn / bntest.c
index e03c808554db803b3b456d8d52952ea55e1f5e46..4d109d8935e99aa84916e7725267bbb58837a93b 100644 (file)
@@ -353,7 +353,6 @@ int main(int argc, char *argv[])
     ERR_load_crypto_strings();
     ERR_print_errors_fp(stderr);
     EXIT(1);
-    return (1);
 }
 
 int test_add(BIO *bp)