summaryrefslogtreecommitdiff
path: root/src/scripts/MakeLinks
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-05-19 13:32:53 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-09-12 17:08:45 +0100
commit9b2583c440ab9104070054dfa02e8611799f777b (patch)
treebe23d82d4b43aea0caa09658109efb16637653b4 /src/scripts/MakeLinks
parentea18931d9b1e9b73b699a2f3eb661d70b7f52fab (diff)
DKIM: rename internal signing api
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-xsrc/scripts/MakeLinks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 44e3a4ebc..22e5a4bd7 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -85,7 +85,7 @@ cd ..
mkdir pdkim
cd pdkim
for f in README Makefile crypt_ver.h pdkim.c \
- pdkim.h hash.c hash.h rsa.c rsa.h blob.h
+ pdkim.h hash.c hash.h signing.c signing.h blob.h
do
ln -s ../../src/pdkim/$f $f
done