summaryrefslogtreecommitdiff
path: root/imap/src/osdep/unix/Makefile
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-18 17:46:14 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-18 17:46:14 -0700
commit16b49fa63ad28aab44cde5096a706e6cc7520b1f (patch)
tree7ba6d75f6d8d2a3d52252d1732f52a39b670db92 /imap/src/osdep/unix/Makefile
parente328ab4a9dd90b53a4ae71cd97b699b1dd13e9a2 (diff)
downloadalpine-16b49fa63ad28aab44cde5096a706e6cc7520b1f.tar.xz
* Adding pith_ssl_encryption function to linkage.h.
Diffstat (limited to 'imap/src/osdep/unix/Makefile')
-rw-r--r--imap/src/osdep/unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile
index 7b1bff38..a30e8d51 100644
--- a/imap/src/osdep/unix/Makefile
+++ b/imap/src/osdep/unix/Makefile
@@ -1003,6 +1003,7 @@ onceenv:
./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)
echo " mail_versioncheck (CCLIENTVERSION);" >> linkage.c
+ sh -c '(test $(SSLTYPE) != none) && echo "int pith_ssl_encryption_version(char *);" >> linkage.h || true'
$(LN) os_$(OS).h osdep.h
$(LN) os_$(OS).c osdepbas.c
$(LN) log_$(LOGINPW).c osdeplog.c