Extensively changed the DEF file generator mkdef.pl to use a modified version

of Ulf's prototype parser, also general tidying and fixing of several problems
with the original. Its still a bit of a hack but should work.

This is the last bit of the old code that uses the K&R prototypes: after some
testing they can finally go away...
This commit is contained in:
Dr. Stephen Henson
1999-04-26 00:23:10 +00:00
parent a1e464f94a
commit 47339f6179
2 changed files with 164 additions and 169 deletions

View File

@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
*) Partial rewrite of the DEF file generator to now parse the ANSI
prototypes.
[Steve Henson]
*) New Configure options --prefix=DIR and --openssldir=DIR.
[Ulf M<>ller]