Source-Changes archive

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

CVS commit: src/sys/opencrypto



Module Name:    src
Committed By:   jakllsch
Date:           Mon Aug  2 19:59:35 UTC 2010

Modified Files:
        src/sys/opencrypto: crypto.c cryptodev.c cryptosoft.c

Log Message:
Consistently use a single CRYPTO_SESID2HID-like macro.
Improve CRYPTO_DEBUG printing a bit:
 print pointers with %p
 print unsigned with %u rather than %d
 use CRYPTO_SESID2LID instead of just casting to uint32_t


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/opencrypto/crypto.c
cvs rdiff -u -r1.52 -r1.53 src/sys/opencrypto/cryptodev.c
cvs rdiff -u -r1.25 -r1.26 src/sys/opencrypto/cryptosoft.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