Fix undeclared variable warnings.
[openssl.git] / test / constant_time_test.c
index ed3d7eaac4d88a59d64c618f7c242621ca9253ad..1c04cb7b6177c96355b458f664293fc8d9132e10 100644 (file)
@@ -295,7 +295,7 @@ int main(int argc, char *argv[])
     }
 
     if (!num_failed) {
-        fprintf(stdout, "ok (ran %d tests)\n", num_all);
+        fprintf(stdout, "success (ran %d tests)\n", num_all);
         return EXIT_SUCCESS;
     } else {
         fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all);