Home
last modified time | relevance | path

Searched refs:OPENSSL_API_COMPAT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tcpdump/
H A Dprint-esp.c683 #if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < 0x10100000L in esp_init()
/aosp_15_r20/external/python/cpython3/Modules/
D_hashopenssl.c15 #ifndef OPENSSL_API_COMPAT
17 #define OPENSSL_API_COMPAT 0x10101000L macro
D_ssl.c18 #ifndef OPENSSL_API_COMPAT
20 #define OPENSSL_API_COMPAT 0x10101000L macro
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst850 OpenSSL 3.0.0: define ``OPENSSL_API_COMPAT`` 1.1.1 to suppress deprecation
/aosp_15_r20/external/libevent/
H A DChangeLog67 o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin)