summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-26 00:23:10 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-26 00:23:10 +0000
commit47339f6179fbefafc793c10b0411ed0365497d65 (patch)
tree3d9e6d034a1142b17cfb20151fc50af10d7abecd /CHANGES
parenta1e464f94abb0ccfda284a96c358a5b32c7e72ac (diff)
downloadopenssl-47339f6179fbefafc793c10b0411ed0365497d65.tar.gz
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...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 93d7f6e0cd..0524c7f12a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]