Source-Changes archive

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

CVS commit: [netbsd-1-6] src/sys/crypto/blowfish



Module Name:    src
Committed By:   tron
Date:           Fri Sep 12 19:14:08 UTC 2003

Modified Files:
        src/sys/crypto/blowfish [netbsd-1-6]: bf_cbc.c

Log Message:
Pull up revision 1.8 (requested by tv in ticket #1455):
Modified to avoid compiler warnings.  The specific warning related
to const BF_KEY * vars, and I chose to ``fix'' it in this file
rather than elsewhere in the framework because, although the other
fix was more appropriate, nothing seems to use the code in this
file and hence the risk of disrupting other people was lower.  In
the future, the more appropriate change would be to change blowfish.h
and bf_enc.c to have functions with signatures:
BF_encrypt(BF_LONG *, const BF_KEY *);
BF_decrypt(BF_LONG *, const BF_KEY *);


To generate a diff of this commit:
cvs rdiff -r1.5.10.2 -r1.5.10.3 src/sys/crypto/blowfish/bf_cbc.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