[Integrit-devel] integrit patches
Brought to you by:
ecashin
|
From: Yuri D'E. <wa...@yu...> - 2005-09-10 15:44:43
|
Following a private conversation with Ed L. Cashin, I'm posting here some patches against integrit (from cvs) for inspection. In integrit.diff.gz: - configure.in: Added some checks whether -static (or other flags) can be used. Under at least OSX (and possibly open darwin) -static cannot be used. This patch fix the build on those systems. - elcwft.c: reorganized the walk loop. Ignored directories are now _really_ ignored (that is, no more "cannot open directory"). - gnupg/md5.c: fixed broken macro for big endian systems under certain compilers. - other fixes: Assume checksums to be unsigned char as required by gnupg/* (eliminates a dozen of warnings). Side note: config.h.in/configure files should be probably removed from the cvs. Thanks |