Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   joerg
Date:           Fri Nov  6 20:31:19 UTC 2009

Modified Files:
        src/common/lib/libc/hash/sha1: sha1.c
        src/common/lib/libc/hash/sha2: sha2.c
        src/lib/libc/hash/sha1: sha1.3
        src/sys/sys: sha1.h

Log Message:
Improve portability and clarity by using uint8_t for the byte data
and expanding u_int to not depend on the !POSIX types.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/hash/sha1/sha1.c
cvs rdiff -u -r1.19 -r1.20 src/common/lib/libc/hash/sha2/sha2.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/hash/sha1/sha1.3
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/sha1.h

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