Loading crypto/evp/evp_test.c +2 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,8 @@ int main(int argc, char **argv) fprintf(stderr, "%d tests completed with %d errors\n", t.ntests, t.errors); fclose(in); if (t.errors) return 1; return 0; } Loading Loading
crypto/evp/evp_test.c +2 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,8 @@ int main(int argc, char **argv) fprintf(stderr, "%d tests completed with %d errors\n", t.ntests, t.errors); fclose(in); if (t.errors) return 1; return 0; } Loading