From 28afa8bab125a354daf8a6114efb8df0c49767b6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 14 Dec 2010 00:41:53 +0100 Subject: Unconditionally use our own MD5 code. Gets linked only as needed. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8848b30..3947e84e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \ libesmtp/gethostbyname.h libesmtp/gethostbyname.c \ smbtypes.h fm_getaddrinfo.c tls.c rfc822valid.c \ xmalloc.h sdump.h sdump.c x509_name_match.c \ - fm_strl.h + fm_strl.h md5c.c if NTLM_ENABLE libfm_a_SOURCES += ntlmsubr.c endif -- cgit v1.2.3