Ethereal-cvs: [Ethereal-cvs] rev 16534: /trunk/asn1/cms/: packet-cms-template.c /trunk/epan/di

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 17 Nov 2005 11:50:38 GMT
User: guy
Date: 2005/11/17 05:50 AM

Log:
 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 *".

Directory: /trunk/asn1/cms/
  Changes    Path                     Action
  +3 -5      packet-cms-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +4 -6      packet-cms.c    Modified
  +1 -1      packet-cms.h    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16534&view=rev