Module Name: src Committed By: dholland Date: Sat Aug 10 18:42:29 UTC 2013
Modified Files: src/lib/libcrypt: Makefile crypt-sha1.c Log Message: Silence -Wpointer-sign on crypt-sha1.c. This requires casts, which is not entirely desirable; however, this way at least no *more* pointer sign issues can creep in. Output object files are unchanged on amd64. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libcrypt/Makefile cvs rdiff -u -r1.6 -r1.7 src/lib/libcrypt/crypt-sha1.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.