Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libcrypt



Module Name:    src
Committed By:   drochner
Date:           Fri Oct 27 18:22:56 UTC 2006

Modified Files:
        src/lib/libcrypt: Makefile crypt-sha1.c crypt.h
Added Files:
        src/lib/libcrypt: hmac.c hmac_sha1.c

Log Message:
As discussed back in June, move the implementation of hmac_sha1 here
because this is not a public function and crypt-sha1.c is the only
place where it is used (It must have been that way formerly, because
there was a stale prototype in crypt.h all the time.)
Being here, do some RCSID and prototype cleanup, and add as much "const"
as needed to compile these files with WARNS=3.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libcrypt/Makefile
cvs rdiff -r1.2 -r1.3 src/lib/libcrypt/crypt-sha1.c
cvs rdiff -r1.3 -r1.4 src/lib/libcrypt/crypt.h
cvs rdiff -r0 -r1.1 src/lib/libcrypt/hmac.c src/lib/libcrypt/hmac_sha1.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index