From: Lutz Jänicke Date: Mon, 20 Oct 2008 12:53:33 +0000 (+0000) Subject: Add missing "-d" to option list of openssl version. X-Git-Tag: OpenSSL_0_9_8j~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c494529731f2287f7fa06ddf2c0c98fcd8c5f3c;p=oweals%2Fopenssl.git Add missing "-d" to option list of openssl version. Submitted by: Alex Chen --- diff --git a/apps/version.c b/apps/version.c index 69ef3e1bad..e9555cbde2 100644 --- a/apps/version.c +++ b/apps/version.c @@ -167,7 +167,7 @@ int MAIN(int argc, char **argv) date=version=cflags=options=platform=dir=1; else { - BIO_printf(bio_err,"usage:version -[avbofp]\n"); + BIO_printf(bio_err,"usage:version -[avbofpd]\n"); ret=1; goto end; }