Add missing funtions from non ANSI section of header files and add missing

ordinals to libeay.num.
This commit is contained in:
Dr. Stephen Henson
1999-03-08 22:46:56 +00:00
parent 6420b77fec
commit 0cc395796b
9 changed files with 44 additions and 8 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
*) Move various #ifdefs around so NO_SYSLOG, NO_DIRENT etc are now selected
in e_os.h. Audit of header files to check ANSI and non ANSI
sections: 10 functions were absent from non ANSI section and not exported
from Windows DLLs. Fixed up libeay.num for new functions.
*) Make `openssl version' output lines consistent.
[Ralf S. Engelschall]