summaryrefslogtreecommitdiff
path: root/asn1/x509af
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-06 22:59:30 +0000
commit76bcc9bd3fd4bb72aa50a317adb4bb0069626a0c (patch)
treef3016eb151c5da0b8ed7a8931c0a34c62b8ea239 /asn1/x509af
parent0b1f2585c544c668b346d407286ad2f845b670d7 (diff)
downloadwireshark-76bcc9bd3fd4bb72aa50a317adb4bb0069626a0c.tar.gz
Squelch some compiler const vs. non-const warnings.
svn path=/trunk/; revision=16710
Diffstat (limited to 'asn1/x509af')
-rw-r--r--asn1/x509af/x509af.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf
index 182b1a6d48..7d1f44a244 100644
--- a/asn1/x509af/x509af.cnf
+++ b/asn1/x509af/x509af.cnf
@@ -71,7 +71,7 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate
FN_VARIANT = _str HF_INDEX = hf_x509af_algorithm_id VAL_PTR = &algorithm_id
#.FN_BODY AlgorithmIdentifier/algorithmId
- char *name;
+ const char *name;
%(DEFAULT_BODY)s
@@ -88,7 +88,7 @@ CertificateList/signedCertificateList/revokedCertificates/_item/userCertificate
FN_VARIANT = _str HF_INDEX = hf_x509af_extension_id VAL_PTR = &extension_id
#.FN_BODY Extension/extnId
- char *name;
+ const char *name;
%(DEFAULT_BODY)s