Loading crypto/bn/bntest.c +1 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ int main(int argc, char *argv[]) exit(0); err: BIO_puts(out,"1\n"); /* make sure bc fails if we are piping to it */ fflush(stdout); ERR_load_crypto_strings(); ERR_print_errors_fp(stderr); exit(1); Loading Loading
crypto/bn/bntest.c +1 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ int main(int argc, char *argv[]) exit(0); err: BIO_puts(out,"1\n"); /* make sure bc fails if we are piping to it */ fflush(stdout); ERR_load_crypto_strings(); ERR_print_errors_fp(stderr); exit(1); Loading