APPS: Properly pass -no-CAstore
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Tue, 16 Jun 2020 21:47:48 +0000 (23:47 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Jun 2020 10:25:48 +0000 (12:25 +0200)
commit00493490ddd824932d2019de4a73175cb50d7b95
tree7aadd72fc390f02073be26a68924ddca0594ac56
parent96786ad12308215621142f7cb2ef21a9aca30665
APPS: Properly pass -no-CAstore

Since its introduction the option no-CAstore maps to OPT_NOCAPATH and so
behaves like -no-CApath.

Map no-CAstore to OPT_NOCASTORE.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12171)
apps/ocsp.c
apps/verify.c