diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:33:04 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:33:04 +0200 |
commit | 8d10076819e41620147013c8446809c085b1e0bf (patch) | |
tree | 074eca4844c61409f42fcf0a093c9b7c4adba642 /fetchmail.h | |
parent | 480b13c7e6d83543a82b2974a3af0c8864d7b6a7 (diff) | |
download | fetchmail-8d10076819e41620147013c8446809c085b1e0bf.tar.gz fetchmail-8d10076819e41620147013c8446809c085b1e0bf.tar.bz2 fetchmail-8d10076819e41620147013c8446809c085b1e0bf.zip |
X.509 matching split out; disallow TLD wildcards.
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0315a9da..9502d1e3 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -772,6 +772,9 @@ int must_tls(struct query *ctl); /* prototype from rfc822valid.c */ int rfc822_valid_msgid(const unsigned char *); +/* prototype from x509_name_match.c */ +int name_match(const char *p1, const char *p2); + /* macro to determine if we want to spam progress to stdout */ #define want_progress() \ ((outlevel >= O_VERBOSE || (outlevel > O_SILENT && run.showdots)) \ |