summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-11-11 08:06:37 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-11-11 08:06:37 +0000
commit190ff952e2828dd976cc86fa7b9ff8ca256738be (patch)
tree8f6b207b3d1699913cf9447ff6c01c5f7806bb14
parent33e022219e289b5b7b9a3a87c33d529d7a4a8283 (diff)
downloadgnutls-190ff952e2828dd976cc86fa7b9ff8ca256738be.tar.gz
*** empty log message ***
-rw-r--r--lib/x509/extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c
index c084211fb3..e7615114bd 100644
--- a/lib/x509/extensions.c
+++ b/lib/x509/extensions.c
@@ -810,7 +810,7 @@ int _gnutls_x509_ext_gen_crl_dist_points(gnutls_x509_subject_alt_name_t
}
#if 0
- /* only needed in old code (SEQUENCE) */
+ /* only needed in old code (where defined as SEQUENCE OF) */
asn1_write_value(ext,
"?LAST.distributionPoint.nameRelativeToCRLIssuer",
NULL, 0);