summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-02-12 17:23:29 +0000
committersteve <steve>2011-02-12 17:23:29 +0000
commit7a883c3b6cbc45b5011781a7f715188e8f0cef8c (patch)
tree9615048ddee6370b246521d2368b5fbc724b06a6 /CHANGES
parente05735caf135db25fab411d08b6418730219d43f (diff)
downloadopenssl-7a883c3b6cbc45b5011781a7f715188e8f0cef8c.tar.gz
New option to disable characteristic two fields in EC code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 491ea7f1b..2ce0ff02e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) New build option no-ec2m to disable characteristic 2 code.
+ [Steve Henson]
+
*) New build option "fipscanisteronly". This only builds fipscanister.o
and (currently) associated fips utilities. Uses the file Makefile.fips
instead of Makefile.org as the prototype.