Commit dc110177 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove the no-rijndael option



Rijndael is an old name for AES.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent 83bd31da
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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]

+0 −2
Original line number Diff line number Diff line
@@ -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" ],