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/crlcache.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 'dirmngr/crlcache.c')
-rw-r--r-- | dirmngr/crlcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/crlcache.c b/dirmngr/crlcache.c index 07fa5b1d3..2e471cb09 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"; |