diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-07-21 22:23:21 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-07-21 22:23:21 +0000 |
commit | 76077be4bf3b32f321f86f8155efaec34aee1cb1 (patch) | |
tree | 9aef4dd593c5037b59f88e74ad77d5bbbc991271 /lib/libc/crypt/Makefile.inc | |
parent | cd9dff9842030a7dcf68d2d82df316ac047209b4 (diff) |
Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.
Diffstat (limited to 'lib/libc/crypt/Makefile.inc')
-rw-r--r-- | lib/libc/crypt/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc index 7866f46a8e9..9d96d657dbe 100644 --- a/lib/libc/crypt/Makefile.inc +++ b/lib/libc/crypt/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.9 1997/04/16 12:11:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 1998/07/21 22:23:20 provos Exp $ .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt -SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c +SRCS+= cast.c crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c SRCS+= bcrypt.c MAN+= crypt.3 blowfish.3 arc4random.3 |