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