diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-02-13 16:59:54 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-02-13 16:59:54 +0000 |
commit | 06017b979a8948ac097785616113d4c98df5df13 (patch) | |
tree | 2935881a2db39fff8037da6928fa30a83029945e | |
parent | fb6deadc8889e80cebacc3a4975a6c0da4e88117 (diff) |
added bcrypt + blowfish
-rw-r--r-- | lib/libc/crypt/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc index 753396d4e4e..82091eaaaee 100644 --- a/lib/libc/crypt/Makefile.inc +++ b/lib/libc/crypt/Makefile.inc @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.5 1996/12/28 06:33:00 dm Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/02/13 16:59:53 provos Exp $ .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt -SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c +SRCS+= crypt.c morecrypt.c md5crypt.c arc4random.c blowfish.c +SRCS+= bcrypt.c MAN+= crypt.3 MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3 |