Home
last modified time | relevance | path

Searched refs:OSSL_DEPRECATED_FOR (Results 1 – 2 of 2) sorted by relevance

/openssl/include/openssl/
H A Dmacros.h35 # undef OSSL_DEPRECATED_FOR
45 # define OSSL_DEPRECATED_FOR(since, message) \ macro
49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) macro
59 # define OSSL_DEPRECATED_FOR(since, message) \ macro
63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) macro
68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated)) macro
80 # define OSSL_DEPRECATED_FOR(since, message) extern macro
185 # define OSSL_DEPRECATEDIN_3_5_FOR(msg) OSSL_DEPRECATED_FOR(3.5, msg)
196 # define OSSL_DEPRECATEDIN_3_4_FOR(msg) OSSL_DEPRECATED_FOR(3.4, msg)
207 # define OSSL_DEPRECATEDIN_3_1_FOR(msg) OSSL_DEPRECATED_FOR(3.1, msg)
[all …]
/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
12 #define OSSL_DEPRECATED_FOR(since, msg)
22 OSSL_DEPRECATED_FOR() does the same as OSSL_DEPRECATED(), but also takes a

Completed in 6 milliseconds