Home
last modified time | relevance | path

Searched refs:HAVE_SSL (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dpoplib.py23 HAVE_SSL = True variable
25 HAVE_SSL = False variable
400 if not HAVE_SSL:
417 if HAVE_SSL:
Dimaplib.py31 HAVE_SSL = True variable
33 HAVE_SSL = False variable
811 if not HAVE_SSL:
1282 if HAVE_SSL:
/third_party/libsoup/
DChangeLog.pre-git3023 * tests/proxy-test.c (run_test): wrap https tests in #if HAVE_SSL
4636 * libsoup/soup-gnutls.c: Check for HAVE_SSL, not
4994 HAVE_SSL is not defined.
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Dacinclude.m4.in5341 AC_DEFINE(HAVE_SSL, 1, [If we are going to use OpenSSL]) definition