mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
c4f09032cb
The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
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
|