diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 107dffc1..35dfa223 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -355,6 +355,7 @@ struct query use ssl23 for SSL and opportunistic tls1 for non-SSL connections. */ char *sslcertpath; /* Trusted certificate directory for checking the server cert */ flag sslcertck; /* Strictly check the server cert. */ + char *sslcommonname; /* CommonName to expect from server */ char *sslfingerprint; /* Fingerprint to check against */ char *properties; /* passthrough properties for extensions */ |