aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-08-28 16:34:26 +0000
committerWerner Koch <[email protected]>2021-08-28 16:34:26 +0000
commitfdb726f77de51c74e95f3e32d3e0f4c20d9ee3ad (patch)
tree6e9f3d379b48b388f87a6541781afd9708d2a6cf
parentgpg: Change default and max AEAD chunk size to 4 MiB (diff)
downloadgnupg-fdb726f77de51c74e95f3e32d3e0f4c20d9ee3ad.tar.gz
gnupg-fdb726f77de51c74e95f3e32d3e0f4c20d9ee3ad.zip
gpg: Print a note about the obsolete option --secret-keyring.
-- GnuPG-bug-id: 2749
-rw-r--r--doc/ldap/README.ldap2
-rw-r--r--g10/gpg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ldap/README.ldap b/doc/ldap/README.ldap
index 32e958615..187016cb6 100644
--- a/doc/ldap/README.ldap
+++ b/doc/ldap/README.ldap
@@ -1,7 +1,7 @@
# README.ldap -*- org -*-
#+TITLE: How to use LDAP with GnuPG
#+AUTHOR: GnuPG.com
-#+DATE: 2020-12-23
+#+DATE: 2021-05-28
#
# The following comment lines are for use by Org-mode.
#+EXPORT_FILE_NAME: gnupg-and-ldap
diff --git a/g10/gpg.c b/g10/gpg.c
index f3d645d4a..411b6c097 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2886,7 +2886,7 @@ main (int argc, char **argv)
break;
case oSecretKeyring:
- /* Ignore this old option. */
+ obsolete_option (configname, pargs.lineno, "secret-keyring");
break;
case oNoArmor: opt.no_armor=1; opt.armor=0; break;