From 5374d5ebdc35b8586499ba2c3f3f2aa5b6125405 Mon Sep 17 00:00:00 2001 From: logan <> Date: Sun, 25 May 2014 20:40:05 +0000 Subject: -noout mentions a CRL, which is incorrect. Use "no output of encoded session info." instead. From Martin Kaiser. OK from tedu@ --- src/lib/libssl/src/apps/sess_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') 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[] = { " -out arg - output file - default stdout\n", " -text - print ssl session id details\n", " -cert - output certificate \n", - " -noout - no CRL output\n", + " -noout - no output of encoded session info\n", " -context arg - set the session ID context\n", NULL }; -- cgit v1.2.3-55-g6feb