summaryrefslogtreecommitdiff
path: root/src/scripts/MakeLinks
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-01-06 17:50:06 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-01-06 17:50:06 +0000
commitf444c2c7e41c8a2b43b6270708e7eb88831f11e0 (patch)
tree74912782f5b5b0fa30f8b28398b5f40661482c8a /src/scripts/MakeLinks
parentb81207d2bfa92b2a666b01ce64c1b5e06a4a2098 (diff)
DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library.
Bug 1192
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-xsrc/scripts/MakeLinks4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 0e5497943..10c97d288 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -82,8 +82,8 @@ cd ..
# Likewise for the code for the PDKIM library
mkdir pdkim
cd pdkim
-for f in README Makefile bignum.c part-x509parse.c pdkim.c \
- pdkim.h pdkim-rsa.c pdkim-rsa.h rsa.c sha1.c sha2.c
+for f in README Makefile part-x509parse.c pdkim.c \
+ pdkim.h sha1.c sha2.c
do
ln -s ../../src/pdkim/$f $f
done