diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2015-12-27 17:33:59 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2015-12-27 17:33:59 +0000 |
| commit | 7a3f5d11fb3873674a1f7e27bcc9a5f7ce279390 (patch) | |
| tree | 8a9bc5399c16c0f637716b176f3f95c32c001a0f /lib/libcrypt | |
| parent | 1747e1d875f0d7228940ece2eb8ad3b248832432 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 70c46342b3a6..d5d03477570a 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -30,6 +30,7 @@ CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH .for sym in MD4Init MD4Final MD4Update MD4Pad \ MD5Init MD5Final MD5Update MD5Pad \ SHA256_Init SHA256_Final SHA256_Update \ + SHA384_Init SHA384_Final SHA384_Update \ SHA512_Init SHA512_Final SHA512_Update CFLAGS+= -D${sym}=__${sym} .endfor |
