diff options
author | Werner Koch <[email protected]> | 2017-01-11 09:48:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-11 09:48:20 +0000 |
commit | 915864e7f0315b0c96315d0bcd48b1b93592353a (patch) | |
tree | 4da13a2277594e95c8ac08cdcb7ae85239b40783 /dirmngr/ocsp.c | |
parent | dirmngr: Implement debug option "network" for http. (diff) | |
download | gnupg-915864e7f0315b0c96315d0bcd48b1b93592353a.tar.gz gnupg-915864e7f0315b0c96315d0bcd48b1b93592353a.zip |
dirmngr: Remove warnings about unused global variables.
* dirmngr/crlcache.c (oidstr_issuingDistributionPoint): Comment.
* dirmngr/ocsp.c (oidstr_certHash): Comment.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ocsp.c b/dirmngr/ocsp.c index 8c893aa47..9127cf754 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"; */ |