aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sha1.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-17The fopen() is used only if you build this as a stand-alone SHA-1 testGuy Harris1-1/+1
program, not as a library routine; just leave it as fopen(), to simplify the build process. svn path=/trunk/; revision=16540
2005-11-17Constify arguments.Guy Harris1-4/+4
svn path=/trunk/; revision=16533
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is ↵Ulf Lamping1-1/+1
necessary for the switch to GTK 2.6 (at least on WIN32). to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place. deleted related things from config.h.win32 As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon. svn path=/trunk/; revision=16403
2005-09-01replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up ↵Ronnie Sahlberg1-1/+1
in a 'grep sprintf *.c' any more svn path=/trunk/; revision=15650
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
svn path=/trunk/; revision=15171
2004-09-28Move the SHA-1 code and header into epan, and give them RCS IDs.Guy Harris1-0/+394
svn path=/trunk/; revision=12125