summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/README
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2008-02-26 10:48:17 +0000
committercvs2svn <admin@example.com>2008-02-26 10:48:17 +0000
commitf73a33b004c9c6281768846f2609a4496ce518a3 (patch)
treecd1f342f086d6b52c792f34136f57e906cf705e8 /src/lib/libcrypto/aes/README
parentb89c0dd40131bd782fa134e50e256db35c015e98 (diff)
downloadopenbsd-OPENBSD_4_3_BASE.tar.gz
openbsd-OPENBSD_4_3_BASE.tar.bz2
openbsd-OPENBSD_4_3_BASE.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_4_3_BASE'.OPENBSD_4_3_BASE
Diffstat (limited to 'src/lib/libcrypto/aes/README')
-rw-r--r--src/lib/libcrypto/aes/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/aes/README b/src/lib/libcrypto/aes/README
deleted file mode 100644
index 0f9620a80e..0000000000
--- a/src/lib/libcrypto/aes/README
+++ /dev/null
@@ -1,3 +0,0 @@
1This is an OpenSSL-compatible version of AES (also called Rijndael).
2aes_core.c is basically the same as rijndael-alg-fst.c but with an
3API that looks like the rest of the OpenSSL symmetric cipher suite.