DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library.
[exim.git] / src / scripts / MakeLinks
index 0e5497943df3da9f72d7cf886c98927d761f7cef..10c97d288e1275720b2ba14864a578b26221ae4b 100755 (executable)
@@ -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