aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-10-25 05:23:44 +0200
committerGilles Chehade <gilles@poolp.org>2018-10-25 05:23:44 +0200
commitd74dbd394000b7f788d6cf41f6fd9590548b27c4 (patch)
tree335bda912ce1b0903b1f19e2620035f88b8a3ae0 /mk
parentdont perform useless checks, either libressl is corretly installed or its not (diff)
downloadOpenSMTPD-d74dbd394000b7f788d6cf41f6fd9590548b27c4.tar.xz
OpenSMTPD-d74dbd394000b7f788d6cf41f6fd9590548b27c4.zip
GCM is available in all LibreSSL versions
Diffstat (limited to 'mk')
-rw-r--r--mk/smtpctl/Makefile.am2
-rw-r--r--mk/smtpd/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index 74cedbe2..5af0b713 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -31,9 +31,7 @@ smtpctl_SOURCES+= $(smtpd_srcdir)/mailaddr.c
smtpctl_SOURCES+= $(smtpd_srcdir)/makemap.c
endif
-if HAVE_GCM_CRYPTO
smtpctl_SOURCES+= $(smtpd_srcdir)/crypto.c
-endif
smtpctl_CFLAGS= -DNO_IO
smtpctl_CFLAGS+= -DPATH_GZCAT=\"$(ZCAT)\" \
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index bea4d68c..e41fee74 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -65,9 +65,7 @@ smtpd_SOURCES+= $(smtpd_srcdir)/util.c
smtpd_SOURCES+= $(smtpd_srcdir)/waitq.c
# backends
-if HAVE_GCM_CRYPTO
smtpd_SOURCES+= $(smtpd_srcdir)/crypto.c
-endif
smtpd_SOURCES+= $(smtpd_srcdir)/compress_gzip.c
if HAVE_DB_API
smtpd_SOURCES+= $(smtpd_srcdir)/table_db.c