Make the 'crypto' and 'ssl' options in the perl script mkdef.pl really work,

also add an 'update' option to automatically append any new functions to the
ssleay.num and libeay.num files.
This commit is contained in:
Dr. Stephen Henson
1999-02-11 01:39:30 +00:00
parent 3773d138ce
commit 55a9cc6e47
3 changed files with 87 additions and 6 deletions

View File

@@ -5,6 +5,14 @@
Changes between 0.9.1c and 0.9.2
*) Modifications to the mkdef.pl for Win32 DEF file creation. The usage
message is now correct (it understands "crypto" and "ssl" on its
command line). There is also now an "update" option. This will update
the util/ssleay.num and util/libeay.num files with any new functions.
If you do a:
perl util/mkdef.pl crypto ssl update
it will update them.
*) Overhauled the Perl interface (perl/*):
- ported BN stuff to OpenSSL's different BN library
- made the perl/ source tree CVS-aware