aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
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 /Configure
parent83bd31da23c668388ff20722ed1fa062590c9860 (diff)
downloadopenssl-dc110177defb6bd50cc2271f7e3590cc3ca04a52.tar.gz
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 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index e7f8fcde91..cf6f1687c5 100755
--- a/Configure
+++ b/Configure
@@ -290,7 +290,6 @@ my @disablables = (
"rc5",
"rdrand",
"rfc3779",
- "rijndael", # Old AES name
"ripemd",
"rmd160",
"rsa",
@@ -356,7 +355,6 @@ my @disable_cascades = (
"ssl" => [ "ssl3" ],
"ssl3-method" => [ "ssl3" ],
"zlib" => [ "zlib-dynamic" ],
- "rijndael" => [ "aes" ],
"des" => [ "mdc2" ],
"ec" => [ "ecdsa", "ecdh" ],