From dbee3dc6cc02df75afe40d6c5b5aeaa060a8b913 Mon Sep 17 00:00:00 2001 From: Stefan Gehn Date: Sat, 12 Jul 2014 22:58:17 +0200 Subject: [PATCH] Really disable building local md5 code if SSL is found Adding md5c to the build is already handled by src/Makefile but that one only kicks in if EXTRAOBJS is not set at all. This fixes accidental build (and inclusion) of the md5 code that is normally used from OpenSSL or GnuTLS if one of them is detected. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 57c3dc7..ce109cd 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,6 @@ # # Default #-------- -EXTRAOBJS = md5c.o BINMODE = 755 # FreeBSD 2.X