aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-11-26 10:11:39 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-11-26 10:11:39 +0000
commit250f0ed84ac892ea85654790cb83331dcbd8d44f (patch)
tree3dafcc1b4ad19134898eb3c917a9bc4773477a47 /fetchmail.h
parent4f86b804ced0aaccc581393862b13ddcb077dd2c (diff)
downloadfetchmail-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 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index e5e1dda1..3d6866f7 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -767,5 +767,9 @@ int servport(const char *service);
int fm_getaddrinfo(const char *node, const char *serv, const struct addrinfo *hints, struct addrinfo **res);
void fm_freeaddrinfo(struct addrinfo *ai);
+/* prototypes from tls.c */
+int maybe_tls(struct query *ctl);
+int must_tls(struct query *ctl);
+
#endif
/* fetchmail.h ends here */