Remove some references which called malloc and free instead of Malloc and Free.

This commit is contained in:
Dr. Stephen Henson
1999-03-14 01:16:45 +00:00
parent b29524c15b
commit 199d59e5a1
5 changed files with 14 additions and 7 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
*) Remove some legacy and erroneous uses of malloc, free instead of
Malloc, Free.
[Lennart Bang <lob@netstream.se>, with minor changes by Steve]
*) Make rsa_oaep_test return non-zero on error.
[Ulf Moeller <ulf@fitug.de>]