commit | 2613c1fa2f08814cd276800008b5a20c159ea7ff | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Wed Mar 31 12:38:27 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Wed Mar 31 12:38:27 1999 +0000 |
tree | de5e7f25ed8fbfb65fad1a067234037e7db5b352 | |
parent | 6d02d8e444f57d96465642b07233ed41801a3a75 [diff] [blame] |
New option to generate 80386 code.
diff --git a/CHANGES b/CHANGES index 44c8191..b1fa3bb 100644 --- a/CHANGES +++ b/CHANGES
@@ -5,6 +5,10 @@ Changes between 0.9.2b and 0.9.3 + *) New config option to avoid instructions that are illegal on the 80386. + The default code is faster, but requires at least a 486. + [Ulf Möller] + *) Got rid of old SSL2_CLIENT_VERSION (inconsistently used) and SSL2_SERVER_VERSION (not used at all) macros, which are now the same as SSL2_VERSION anyway.