diff options
author | logan <> | 2014-05-25 20:40:05 +0000 |
---|---|---|
committer | logan <> | 2014-05-25 20:40:05 +0000 |
commit | 5374d5ebdc35b8586499ba2c3f3f2aa5b6125405 (patch) | |
tree | e4a3700412b7992dc1bbce74d4b711920025f064 | |
parent | 5c86d7d34443a69a6f5e77eaf2a1c8036e0f4472 (diff) | |
download | openbsd-5374d5ebdc35b8586499ba2c3f3f2aa5b6125405.tar.gz openbsd-5374d5ebdc35b8586499ba2c3f3f2aa5b6125405.tar.bz2 openbsd-5374d5ebdc35b8586499ba2c3f3f2aa5b6125405.zip |
-noout mentions a CRL, which is incorrect. Use "no output of encoded session
info." instead.
From Martin Kaiser.
OK from tedu@
-rw-r--r-- | src/lib/libssl/src/apps/sess_id.c | 2 |
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 | }; |