APPS: Properly pass -no-CAstore
[oweals/openssl.git] / apps / ocsp.c
index 6095e6b2f617498a3005271f69cc99b9269d61dc..4660a7fe5a56d57915944d9b83b475ae3fffd487 100644 (file)
@@ -117,7 +117,7 @@ const OPTIONS ocsp_options[] = {
      "Do not load the default certificates file"},
     {"no-CApath", OPT_NOCAPATH, '-',
      "Do not load certificates from the default certificates directory"},
-    {"no-CAstore", OPT_NOCAPATH, '-',
+    {"no-CAstore", OPT_NOCASTORE, '-',
      "Do not load certificates from the default certificates store"},
 
     OPT_SECTION("Responder"),