From cb2243935be366d4605e94a1e55c1dcc933b66cd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 7 Jan 2016 20:47:13 +0000 Subject: DKIM: reinstate embedded Polarssl SHA routines under older GnuTLS. Bug 1772 We need an incremental build of the hash, and GnuTLS did not expose the required interfaces until version 2.10.0 --- src/scripts/MakeLinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/MakeLinks') diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 10c97d288..4f6747f7c 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -82,7 +82,7 @@ cd .. # Likewise for the code for the PDKIM library mkdir pdkim cd pdkim -for f in README Makefile part-x509parse.c pdkim.c \ +for f in README Makefile crypt_ver.h part-x509parse.c pdkim.c \ pdkim.h sha1.c sha2.c do ln -s ../../src/pdkim/$f $f -- cgit v1.2.3