diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-26 10:11:39 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-26 10:11:39 +0000 |
commit | 250f0ed84ac892ea85654790cb83331dcbd8d44f (patch) | |
tree | 3dafcc1b4ad19134898eb3c917a9bc4773477a47 /Makefile.am | |
parent | 4f86b804ced0aaccc581393862b13ddcb077dd2c (diff) | |
download | fetchmail-250f0ed84ac892ea85654790cb83331dcbd8d44f.tar.gz fetchmail-250f0ed84ac892ea85654790cb83331dcbd8d44f.tar.bz2 fetchmail-250f0ed84ac892ea85654790cb83331dcbd8d44f.zip |
First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.
svn path=/branches/BRANCH_6-3/; revision=4962
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 27b302e9..31ac75dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \ servport.c ntlm.h smbbyteorder.h smbdes.h smbmd4.h \ smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \ libesmtp/gethostbyname.h libesmtp/gethostbyname.c \ - smbtypes.h fm_getaddrinfo.c + smbtypes.h fm_getaddrinfo.c tls.c libfm_a_LIBADD= $(EXTRAOBJ) libfm_a_DEPENDENCIES= $(EXTRAOBJ) LDADD = libfm.a @LIBINTL@ $(LIBOBJS) |