aboutsummaryrefslogtreecommitdiffstats
path: root/libfetch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libfetch/Makefile')
-rw-r--r--libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfetch/Makefile b/libfetch/Makefile
index 618348d2a1..12fead90d5 100644
--- a/libfetch/Makefile
+++ b/libfetch/Makefile
@@ -1,5 +1,5 @@
libs-y += libfetch.a
-libfetch.a-objs := common.o fetch.o file.o ftp.o http.o
+libfetch.a-objs := common.o fetch.o file.o ftp.o http.o openssl-compat.o
generate-y += ftperr.h httperr.h
CFLAGS_common.o += -DCA_CERT_FILE=\"$(CONFDIR)/ca.pem\" -DCA_CRL_FILE=\"$(CONFDIR)/crl.pem\"
CFLAGS_common.o += -DCLIENT_CERT_FILE=\"$(CONFDIR)/cert.pem\" -DCLIENT_KEY_FILE=\"$(CONFDIR)/cert.key\"