From 6f9079fd505c28961049a732e33e662530bdad21 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 2 Jan 2002 16:55:35 +0000 Subject: Because Rijndael is more known as AES, use crypto/aes instead of crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite. --- util/mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/mkfiles.pl') diff --git a/util/mkfiles.pl b/util/mkfiles.pl index ef72e7223b..29e1404c69 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -23,7 +23,7 @@ my @dirs = ( "crypto/idea", "crypto/bf", "crypto/cast", -"crypto/rijndael", +"crypto/aes", "crypto/bn", "crypto/rsa", "crypto/dsa", -- cgit v1.2.3