Blame SPECS/openssl-1.1.1-apps-dgst.patch

Packit Service 084de1
diff -up openssl-1.1.1b/apps/ca.c.dgst openssl-1.1.1b/apps/ca.c
Packit Service 084de1
--- openssl-1.1.1b/apps/ca.c.dgst	2019-02-26 15:15:30.000000000 +0100
Packit Service 084de1
+++ openssl-1.1.1b/apps/ca.c	2019-03-15 15:53:46.622267688 +0100
Packit Service 084de1
@@ -169,7 +169,7 @@ const OPTIONS ca_options[] = {
Packit Service 084de1
     {"enddate", OPT_ENDDATE, 's',
Packit Service 084de1
      "YYMMDDHHMMSSZ cert notAfter (overrides -days)"},
Packit Service 084de1
     {"days", OPT_DAYS, 'p', "Number of days to certify the cert for"},
Packit Service 084de1
-    {"md", OPT_MD, 's', "md to use; one of md2, md5, sha or sha1"},
Packit Service 084de1
+    {"md", OPT_MD, 's', "md to use; see openssl help for list"},
Packit Service 084de1
     {"policy", OPT_POLICY, 's', "The CA 'policy' to support"},
Packit Service 084de1
     {"keyfile", OPT_KEYFILE, 's', "Private key"},
Packit Service 084de1
     {"keyform", OPT_KEYFORM, 'f', "Private key file format (PEM or ENGINE)"},