From dc110177defb6bd50cc2271f7e3590cc3ca04a52 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 21 Mar 2016 11:51:16 +0000 Subject: Remove the no-rijndael option Rijndael is an old name for AES. Reviewed-by: Rich Salz Reviewed-by: Viktor Dukhovni --- Configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'Configure') 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" ], -- cgit v1.2.3