summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlogan <>2014-05-25 20:40:05 +0000
committerlogan <>2014-05-25 20:40:05 +0000
commit8e6c461fc103b47f30c7d6a3e64cf0cdf54e0802 (patch)
treee4a3700412b7992dc1bbce74d4b711920025f064 /src
parent0ba82c8b6c4e39aef74b4a6cb233065e4178b460 (diff)
downloadopenbsd-8e6c461fc103b47f30c7d6a3e64cf0cdf54e0802.tar.gz
openbsd-8e6c461fc103b47f30c7d6a3e64cf0cdf54e0802.tar.bz2
openbsd-8e6c461fc103b47f30c7d6a3e64cf0cdf54e0802.zip
-noout mentions a CRL, which is incorrect. Use "no output of encoded session
info." instead. From Martin Kaiser. OK from tedu@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/apps/sess_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/sess_id.c b/src/lib/libssl/src/apps/sess_id.c
index d04c189a7d..f9fca541c3 100644
--- a/src/lib/libssl/src/apps/sess_id.c
+++ b/src/lib/libssl/src/apps/sess_id.c
@@ -77,7 +77,7 @@ static const char *sess_id_usage[] = {
77 " -out arg - output file - default stdout\n", 77 " -out arg - output file - default stdout\n",
78 " -text - print ssl session id details\n", 78 " -text - print ssl session id details\n",
79 " -cert - output certificate \n", 79 " -cert - output certificate \n",
80 " -noout - no CRL output\n", 80 " -noout - no output of encoded session info\n",
81 " -context arg - set the session ID context\n", 81 " -context arg - set the session ID context\n",
82 NULL 82 NULL
83}; 83};