summaryrefslogtreecommitdiff
path: root/secure/lib/libcipher/test/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-27 07:57:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-27 07:57:33 +0000
commit90928716548537e93f54266e33cb4a3353fd3932 (patch)
tree37675d5349af34454f2e21880134fb82d6854793 /secure/lib/libcipher/test/README
parentc6085d40c17b76abbaa35c8c53f14904021df451 (diff)
Diffstat (limited to 'secure/lib/libcipher/test/README')
-rw-r--r--secure/lib/libcipher/test/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/secure/lib/libcipher/test/README b/secure/lib/libcipher/test/README
deleted file mode 100644
index eb6b0bebbc1d..000000000000
--- a/secure/lib/libcipher/test/README
+++ /dev/null
@@ -1,10 +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