aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-30 10:29:35 -0400
committerRich Salz <rsalz@akamai.com>2014-08-30 10:29:35 -0400
commit0f957287dfb25e0d4c359e7fc7a7b238143abdf7 (patch)
tree3b4e78771af6aa48ca606ce9b5af60eaf9d34e95 /crypto/aes
parent457f7b14ecce885dce0b1a16bcd0723f1d7a2792 (diff)
downloadopenssl-0f957287dfb25e0d4c359e7fc7a7b238143abdf7.tar.gz
Remove some outdated README files, to avoid confusing people.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/aes/README b/crypto/aes/README
deleted file mode 100644
index 0f9620a80e..0000000000
--- a/crypto/aes/README
+++ /dev/null
@@ -1,3 +0,0 @@
-This is an OpenSSL-compatible version of AES (also called Rijndael).
-aes_core.c is basically the same as rijndael-alg-fst.c but with an
-API that looks like the rest of the OpenSSL symmetric cipher suite.