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.
This commit is contained in:
Stefan Gehn 2014-07-12 22:58:17 +02:00
parent eb0a44b64b
commit dbee3dc6cc
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
#
# Default
#--------
EXTRAOBJS = md5c.o
BINMODE = 755
# FreeBSD 2.X