Loading apps/s_server.c +14 −11 Original line number Diff line number Diff line Loading @@ -832,6 +832,8 @@ bad: if (s_key_file == NULL) s_key_file = s_cert_file; if (nocert == 0) { s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e, "server certificate private key file"); if (!s_key) Loading @@ -848,6 +850,7 @@ bad: ERR_print_errors(bio_err); goto end; } } if (s_dcert_file) { Loading Loading
apps/s_server.c +14 −11 Original line number Diff line number Diff line Loading @@ -832,6 +832,8 @@ bad: if (s_key_file == NULL) s_key_file = s_cert_file; if (nocert == 0) { s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e, "server certificate private key file"); if (!s_key) Loading @@ -848,6 +850,7 @@ bad: ERR_print_errors(bio_err); goto end; } } if (s_dcert_file) { Loading