diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-04-11 15:14:26 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-04-11 15:14:26 +0200 |
commit | ee4f2da5709775e2abac3cf79b93263d211c1b3b (patch) | |
tree | d1458af77c962e1288a65acdf594859c65475cd2 /fetchmail.c | |
parent | bf71ed23d6b1a51defdec38956fe7a5ea02f36fe (diff) | |
download | fetchmail-ee4f2da5709775e2abac3cf79b93263d211c1b3b.tar.gz fetchmail-ee4f2da5709775e2abac3cf79b93263d211c1b3b.tar.bz2 fetchmail-ee4f2da5709775e2abac3cf79b93263d211c1b3b.zip |
Unconditionally report -SSLv2 if SSL is enabled.
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 15241acf..0758d3e3 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -266,9 +266,7 @@ int main(int argc, char **argv) #endif /* ODMR_ENABLE */ #ifdef SSL_ENABLE "+SSL" -#if (HAVE_DECL_SSLV2_CLIENT_METHOD + 0 == 0) || defined(OPENSSL_NO_SSL2) "-SSLv2" -#endif #if (HAVE_DECL_SSLV3_CLIENT_METHOD + 0 == 0) || defined(OPENSSL_NO_SSL3) "-SSLv3" #endif |