Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dopensslconf.h54 #define OPENSSL_NO_SSL2 macro
/external/curl/lib/vtls/
Dopenssl.c101 #undef OPENSSL_NO_SSL2 /* undef first to avoid compiler warnings */
102 #define OPENSSL_NO_SSL2 macro
1757 #ifdef OPENSSL_NO_SSL2 in ossl_connect_step1()
1948 #ifndef OPENSSL_NO_SSL2 in ossl_connect_step1()
/external/python/cpython2/Modules/
D_ssl.c131 #ifndef OPENSSL_NO_SSL2
132 #define OPENSSL_NO_SSL2 macro
2121 #ifndef OPENSSL_NO_SSL2 in context_new()
4246 #ifndef OPENSSL_NO_SSL2 in init_ssl()
/external/python/cpython2/Doc/library/
Dssl.rst597 ``OPENSSL_NO_SSL2`` flag.