freebsd-src/secure/lib/libcrypt/test
1994-08-12 21:55:04 +00:00
..
cert.c Modify libcrypt so that the only exported symbol is _crypt(). 1994-08-08 17:29:04 +00:00
cert.input Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt. 1994-08-08 17:18:09 +00:00
Makefile when making test programs, look for libdescrypt, not libcrypt 1994-08-12 21:55:04 +00:00
README Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt. 1994-08-08 17:18:09 +00:00
speedcrypt.c Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt. 1994-08-08 17:18:09 +00:00

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