aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Makefile')
-rw-r--r--src/common/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile
index 5b44340afdd..44ca68fa6c3 100644
--- a/src/common/Makefile
+++ b/src/common/Makefile
@@ -75,7 +75,9 @@ OBJS_COMMON = \
wchar.o
ifeq ($(with_openssl),yes)
-OBJS_COMMON += sha2_openssl.o
+OBJS_COMMON += \
+ protocol_openssl.o \
+ sha2_openssl.o
else
OBJS_COMMON += sha2.o
endif