Add missing "-d" to option list of openssl version.

Submitted by: Alex Chen <alex_chen@filemaker.com>
This commit is contained in:
Lutz Jänicke 2008-10-20 12:53:33 +00:00
parent 312539ae9f
commit 7c49452973

View File

@ -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;
}