summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/test/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1996-10-06 07:58:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1996-10-06 07:58:04 +0000
commit34181e06a7fb1dad00312dfc5e13b2f0d4d8f8ef (patch)
treea05adbf3b725986cc9283700c0cadd7067e18d01 /secure/lib/libcrypt/test/README
parent2cbfdf51d83d2fc0f0396562250a188cb6faba48 (diff)
Diffstat (limited to 'secure/lib/libcrypt/test/README')
-rw-r--r--secure/lib/libcrypt/test/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/secure/lib/libcrypt/test/README b/secure/lib/libcrypt/test/README
deleted file mode 100644
index eb6b0bebbc1d..000000000000
--- a/secure/lib/libcrypt/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