Browse Source

added bcrypt + blowfish

OPENBSD_2_1
provos 27 years ago
parent
commit
8b4d9ce3b7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/crypt/Makefile.inc

+ 3
- 2
src/lib/libc/crypt/Makefile.inc View File

@ -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


Loading…
Cancel
Save