Fix -srpvfile option in srp command line
authorMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 08:50:33 +0000 (09:50 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Sep 2015 09:17:58 +0000 (10:17 +0100)
commitdfd6211ce3536cdf6a2d455ac108fb35ab1b865d
treeb64f9318340f7278d5394eeb6287d5bea2480ea0
parent4e7e623012e1604d985e2ef362c2957d464f3f01
Fix -srpvfile option in srp command line

The -srpvfile option was broken in the srp command line app. Using it would
always result in "-dbfile and -configfile cannot be specified together."
The error message is also wrong because the option is "-srpvfile" not
"-dbfile", so that has been fixed too.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
apps/srp.c