diff options
Diffstat (limited to '')
-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"; |