aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt/test/README')
-rw-r--r--lib/libcrypt/test/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/libcrypt/test/README b/lib/libcrypt/test/README
deleted file mode 100644
index b80a71b64597b..0000000000000
--- a/lib/libcrypt/test/README
+++ /dev/null
@@ -1,15 +0,0 @@
-This directory contains test programs to certify DES operation and to
-time the crypt() call (of curiosity value).
-
-Simply type `make test` to run the tests.
-
-The normal `make all` and `make install` that get done during library building
-and installation will build these programs BUT NOT INSTALL THEM. After all,
-they're only for testing...
-
-- David Burren, January 1994
-
-Rewrote 'cert' a bit. It checks many more cases now, and also considers
-md5 and sha1. Same with speedcrypt.
-
-- Brandon Gillespie, 1997