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: thorpej
Date: Thu Apr 17 00:31:05 UTC 2003
Modified Files:
src/lib/libcrypt: Makefile bcrypt.c blowfish.c
Removed Files:
src/lib/libcrypt: blf.h
Log Message:
hrink the Blowfish routines down to only what we need for __bcrypt(),
and don't export any of the Blowfish functionality outside bcrypt.c.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libcrypt/Makefile
cvs rdiff -r1.1 -r1.2 src/lib/libcrypt/bcrypt.c src/lib/libcrypt/blowfish.c
cvs rdiff -r1.1 -r0 src/lib/libcrypt/blf.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