aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-11-17 11:50:36 +0000
committerGuy Harris <guy@alum.mit.edu>2005-11-17 11:50:36 +0000
commite2c9bcf703c9dae280a18b8e8db746b9e7a25f1d (patch)
tree4c8970b8fc3e14d7916982f50dbef72bcd854236 /epan/dissectors/packet-cms.h
parent0af35b78ddeb4dbd20038620ad6ad7ef45446247 (diff)
The SHA-1 routines now take const pointers; don't cast away constness.
tvb_get_ptr() returns a "const guint8 *"; don't bother casting its return value to "const guint8 *". "cms_verify_msg_digest()" can be passed a const pointer for "alg"; make its argument a "const char *". svn path=/trunk/; revision=16534
Diffstat (limited to 'epan/dissectors/packet-cms.h')
-rw-r--r--epan/dissectors/packet-cms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cms.h b/epan/dissectors/packet-cms.h
index c64baf6d61..d6a776050c 100644
--- a/epan/dissectors/packet-cms.h
+++ b/epan/dissectors/packet-cms.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-cms.h */
+/* ./packet-cms.h */
/* ../../tools/asn2eth.py -X -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn */
/* Input file: packet-cms-template.h */