Searched refs:OSSL_DEPRECATED_FOR (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | macros.h | 34 #undef OSSL_DEPRECATED_FOR 44 #define OSSL_DEPRECATED_FOR(since, message) \ macro 48 #define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) macro 58 #define OSSL_DEPRECATED_FOR(since, message) \ macro 62 #define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) macro 67 #define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) macro 79 #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 …]
|
| /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
|