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:36 +00:00
parent 0d6f9c7181
commit 1581f82243

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