1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/secure/lib/libcrypt/test
1999-01-23 08:26:11 +00:00
..
cert.c The new crypt code breaks "make world". Back it out. 1999-01-23 08:26:11 +00:00
cert.input The new crypt code breaks "make world". Back it out. 1999-01-23 08:26:11 +00:00
Makefile The new crypt code breaks "make world". Back it out. 1999-01-23 08:26:11 +00:00
README The new crypt code breaks "make world". Back it out. 1999-01-23 08:26:11 +00:00
speedcrypt.c The new crypt code breaks "make world". Back it out. 1999-01-23 08:26:11 +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