summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-03-11 16:05:43 +0000
committermarkm <markm@FreeBSD.org>2001-03-11 16:05:43 +0000
commit10da32144618e3bcc873be353d69670aff7c3534 (patch)
tree6cf8481c0eae7ed5de2122e23b4dcaa84a01088b /lib/libcrypt/Makefile
parent9695e56e6ca3397d424c5a2b13ce6c65379d11ba (diff)
downloadFreeBSD-src-10da32144618e3bcc873be353d69670aff7c3534.zip
FreeBSD-src-10da32144618e3bcc873be353d69670aff7c3534.tar.gz
Add OpenBSD-style blowfish password hashing. This makes one less
gratuitous difference between us and our sister project. This was given to me _ages_ ago. May apologies to Paul for the length of time its taken me to commit. Obtained from: Niels Provos <provos@physnet.uni-hamburg.de>/OpenBSD Submitted by: Paul Herman <pherman@frenchfries.net>
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 55e76d3..a91c5eb 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -15,8 +15,8 @@ CFLAGS+= -DLIBC_SCCS -Wall
.if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \
!defined(NOSECURE) && !defined(NOCRYPT)
.PATH: ${.CURDIR}/../../secure/lib/libcrypt
-SRCS+= crypt-des.c
-CFLAGS+= -I${.CURDIR} -DHAS_DES
+SRCS+= crypt-des.c crypt-blowfish.c blowfish.c
+CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH
.endif
# And the auth_getval() code and support.
.PATH: ${.CURDIR}/../libutil
OpenPOWER on IntegriCloud