summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-21 11:51:16 +0000
committerMatt Caswell <matt@openssl.org>2016-03-21 14:40:05 +0000
commitdc110177defb6bd50cc2271f7e3590cc3ca04a52 (patch)
tree67fe6a6dd3fab7cf2cdfdc1023049f1a6be5bf10 /CHANGES
parent83bd31da23c668388ff20722ed1fa062590c9860 (diff)
Remove the no-rijndael option
Rijndael is an old name for AES. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3d4ca9668..cdc85181a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) Removed no-rijndael as a config option. Rijndael is an old name for AES.
+ [Matt Caswell}
+
*) Removed the mk1mf build scripts.
[Richard Levitte]