Blame SOURCES/0005-apps-ca-fix-md-option-help-text.patch

2871ff
From 3d8fa9859501b07e02b76b5577e2915d5851e927 Mon Sep 17 00:00:00 2001
2871ff
From: Tomas Mraz <tmraz@fedoraproject.org>
2871ff
Date: Thu, 24 Sep 2020 09:27:18 +0200
2871ff
Subject: apps/ca: fix md option help text
2871ff
2871ff
upstreamable
2871ff
2871ff
(was openssl-1.1.1-apps-dgst.patch)
2871ff
---
2871ff
 apps/ca.c | 2 +-
2871ff
 1 file changed, 1 insertion(+), 1 deletion(-)
2871ff
2871ff
diff --git a/apps/ca.c b/apps/ca.c
2871ff
index 0f21b4fa1c..3d4b2c1673 100755
2871ff
--- a/apps/ca.c
2871ff
+++ b/apps/ca.c
2871ff
@@ -209,7 +209,7 @@ const OPTIONS ca_options[] = {
2871ff
     {"noemailDN", OPT_NOEMAILDN, '-', "Don't add the EMAIL field to the DN"},
2871ff
 
2871ff
     OPT_SECTION("Signing"),
2871ff
-    {"md", OPT_MD, 's', "Digest to use, such as sha256"},
2871ff
+    {"md", OPT_MD, 's', "Digest to use, such as sha256; see openssl help for list"},
2871ff
     {"keyfile", OPT_KEYFILE, 's', "The CA private key"},
2871ff
     {"keyform", OPT_KEYFORM, 'f',
2871ff
      "Private key file format (ENGINE, other values ignored)"},
2871ff
-- 
2871ff
2.26.2
2871ff