Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,

test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to
be executable) and a fix for the INSTALL document.

Submitted by: Ulf Moeller <ulf@fitug.de>
Reviewed by: Ralf S. Engelschall
This commit is contained in:
Ralf S. Engelschall
1999-03-20 13:04:12 +00:00
parent e2e044faa1
commit afb2306346
5 changed files with 8 additions and 2098 deletions

View File

@@ -5,6 +5,12 @@
Changes between 0.9.1c and 0.9.2
*) Some more source tree cleanups (removed obsolete files
crypto/bf/asm/bf586.pl, test/test.txt and crypto/sha/asm/f.s; changed
permission on "config" script to be executable) and a fix for the INSTALL
document.
[Ulf Moeller <ulf@fitug.de>]
*) Remove some legacy and erroneous uses of malloc, free instead of
Malloc, Free.
[Lennart Bang <lob@netstream.se>, with minor changes by Steve]