From f4706b165a12dd5e120efaa9a94ea47f26792362 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sun, 23 May 2021 12:36:11 +0200 Subject: apps/ocsp: Allow -port 0 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15417) --- apps/ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/ocsp.c b/apps/ocsp.c index cf4f629db1..7a5f84e527 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -160,7 +160,7 @@ const OPTIONS ocsp_options[] = { OPT_SECTION("Client"), {"url", OPT_URL, 's', "Responder URL"}, {"host", OPT_HOST, 's', "TCP/IP hostname:port to connect to"}, - {"port", OPT_PORT, 'p', "Port to run responder on"}, + {"port", OPT_PORT, 'N', "Port to run responder on"}, {"path", OPT_PATH, 's', "Path to use in OCSP request"}, #ifndef OPENSSL_NO_SOCK {"proxy", OPT_PROXY, 's', -- cgit v1.2.3