aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/eax.c
Commit message (Collapse)AuthorAgeFilesLines
* Add editor-modelines; adjust whitespace.Bill Meier2014-10-141-64/+77
| | | | | | Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84 Reviewed-on: https://code.wireshark.org/review/4683 Reviewed-by: Bill Meier <wmeier@newsguy.com>
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
| | | | | | | | | | (Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-0/+252
This means wsutil now links against libcrypt. Protect a bunch of the crypt header files from multiple inclusion. svn path=/trunk/; revision=51100