summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-04-27 21:33:56 +0000
committerobrien <obrien@FreeBSD.org>2011-04-27 21:33:56 +0000
commit752926385d2cf1cfd13035322e15c2f075b10f93 (patch)
treee2bc47296f313b03588d4bb7870b182648d71657 /lib/libcrypt
parentc44593a0a41a8d24665e3e0f763f60ee0f328cd4 (diff)
downloadFreeBSD-src-752926385d2cf1cfd13035322e15c2f075b10f93.zip
FreeBSD-src-752926385d2cf1cfd13035322e15c2f075b10f93.tar.gz
Protect the reachover built symbols after the SHA256/512 crypt(3) addition.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 0b77f73..eea5572 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -31,7 +31,9 @@ CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH
SRCS+= auth.c property.c
.for sym in auth_getval property_find properties_read properties_free \
MD4Init MD4Final MD4Update MD4Pad \
- MD5Init MD5Final MD5Update MD5Pad
+ MD5Init MD5Final MD5Update MD5Pad \
+ SHA256_Init SHA256_Final SHA256_Update \
+ SHA512_Init SHA512_Final SHA512_Update
CFLAGS+= -D${sym}=__${sym}
.endfor
OpenPOWER on IntegriCloud