Searched refs:OSSL_DEPRECATED_FOR (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | macros.h | 35 # 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 183 # define OSSL_DEPRECATEDIN_3_0_FOR(msg) OSSL_DEPRECATED_FOR(3.0, msg) 194 # define OSSL_DEPRECATEDIN_1_1_1_FOR(msg) OSSL_DEPRECATED_FOR(1.1.1, msg) 205 # define OSSL_DEPRECATEDIN_1_1_0_FOR(msg) OSSL_DEPRECATED_FOR(1.1.0, msg) [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OSSL_DEPRECATED.pod | 5 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
|