non-USA crypto code by davidb@werj.com.au. The source has been split
authorderaadt <deraadt@openbsd.org>
Sat, 16 Dec 1995 12:55:27 +0000 (12:55 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 16 Dec 1995 12:55:27 +0000 (12:55 +0000)
commit82cd5483db362216370be69bf4db5260a30a7123
treec838f4a568bc289be63e17b8aa5d7ace42898cc3
parent746d1c4a956a659eb9d10a790576db7aea28c365
non-USA crypto code by davidb@werj.com.au.  The source has been split
& copied into two pieces so that use of crypt() pulls in a crypt.o
that contains only that one programmer interface -- this permits USA
export of binaries that use crypt() for authentication purposes.
morecrypt.c contains the other DES programmer interfaces commonly
used.
lib/libc/crypt/Makefile.inc [new file with mode: 0644]
lib/libc/crypt/crypt.3 [new file with mode: 0644]
lib/libc/crypt/crypt.c [new file with mode: 0644]
lib/libc/crypt/morecrypt.c [new file with mode: 0644]