diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-07 20:47:13 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-07 21:12:34 +0000 |
commit | cb2243935be366d4605e94a1e55c1dcc933b66cd (patch) | |
tree | 04a68e7f53ba647049825647510d1ffa89db8979 /src/scripts/MakeLinks | |
parent | 309d78dea27ef04de75fca32e12a605571d0e515 (diff) |
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
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 2 |
1 files changed, 1 insertions, 1 deletions
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 |