From e5ffdedc7913ea6b1a49e35762d7e5f2c9b913be Mon Sep 17 00:00:00 2001 From: Mathieu CARBONNEAUX Date: Thu, 16 Jul 2020 14:53:17 +0200 Subject: [PATCH] Fix object list --- Makefile.ssl10 | 1 + Makefile.ssl11 | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.ssl10 b/Makefile.ssl10 index 6ce3c4a..9f931a2 100644 --- a/Makefile.ssl10 +++ b/Makefile.ssl10 @@ -60,6 +60,7 @@ OBJ = proxytunnel.o \ io.o \ http.o \ basicauth.o \ + globals.o \ readpassphrase.o \ messages.o \ cmdline.o \ diff --git a/Makefile.ssl11 b/Makefile.ssl11 index ad3d599..709b05f 100644 --- a/Makefile.ssl11 +++ b/Makefile.ssl11 @@ -60,6 +60,7 @@ OBJ = proxytunnel.o \ io.o \ http.o \ basicauth.o \ + globals.o \ readpassphrase.o \ messages.o \ cmdline.o \