From efb9f401e4e16d9cdbc16fd8ecc146f8d708e043 Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 23 Jan 2001 21:50:13 +0000 Subject: There is no des_set_odd_parity in OpenSSL's libcrypto. Use des_fixup_key_parity instead. --- security/heimdal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index eaf75cd..d61c6e4 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 0.3d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ @@ -93,6 +93,7 @@ pre-configure: (cd ${WRKSRC} && ${PERL} -i.orig -p \ -e 's/(SHA1|MD5|MD4)(Init|Update|Final)/$$1_$$2/g;' \ -e 's/SHA1_CTX/SHA_CTX/g;' \ + -e 's/des_set_odd_parity/des_fixup_key_parity/g;' \ ${CRYPTO_FIXUP}) pre-install: -- cgit v1.1