[Pkg-gnupg-commit] [gnupg2] 61/116: dirmngr: Remove warnings about unused global variables.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Jan 24 04:40:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gnupg2.
commit 915864e7f0315b0c96315d0bcd48b1b93592353a
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jan 11 10:48:20 2017 +0100
dirmngr: Remove warnings about unused global variables.
* dirmngr/crlcache.c (oidstr_issuingDistributionPoint): Comment.
* dirmngr/ocsp.c (oidstr_certHash): Comment.
Signed-off-by: Werner Koch <wk at gnupg.org>
---
dirmngr/crlcache.c | 2 +-
dirmngr/ocsp.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dirmngr/crlcache.c b/dirmngr/crlcache.c
index 07fa5b1..2e471cb 100644
--- a/dirmngr/crlcache.c
+++ b/dirmngr/crlcache.c
@@ -127,7 +127,7 @@
static const char oidstr_crlNumber[] = "2.5.29.20";
-static const char oidstr_issuingDistributionPoint[] = "2.5.29.28";
+/* static const char oidstr_issuingDistributionPoint[] = "2.5.29.28"; */
static const char oidstr_authorityKeyIdentifier[] = "2.5.29.35";
diff --git a/dirmngr/ocsp.c b/dirmngr/ocsp.c
index 8c893aa..9127cf7 100644
--- a/dirmngr/ocsp.c
+++ b/dirmngr/ocsp.c
@@ -44,7 +44,7 @@ static const char oidstr_ocsp[] = "1.3.6.1.5.5.7.48.1";
HashAlgorithm AlgorithmIdentifier,
certificateHash OCTET STRING }
*/
-static const char oidstr_certHash[] = "1.3.36.8.3.13";
+/* static const char oidstr_certHash[] = "1.3.36.8.3.13"; */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list