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:   thorpej
Date:           Tue Aug 26 20:20:17 UTC 2003

Modified Files:
        src/sys/opencrypto: blf.c

Log Message:
In Blowfish_initstate(), make the initstate static, otherwise the
compiler will emit code to first copy it onto the stack before
copying it into the destination context structure.  With this change,
it will only be copied once.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/opencrypto/blf.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