Searched refs:OSSL_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
34 # ifndef OSSL_DEPRECATED43 # define OSSL_DEPRECATED(since) \ macro48 # define OSSL_DEPRECATED(since) __declspec(deprecated) macro57 # define OSSL_DEPRECATED(since) \ macro62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) macro67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) macro78 # ifndef OSSL_DEPRECATED79 # define OSSL_DEPRECATED(since) extern macro182 # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)193 # define OSSL_DEPRECATEDIN_1_1_1 OSSL_DEPRECATED(1.1.1)[all …]
5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros11 #define OSSL_DEPRECATED(since)16 OSSL_DEPRECATED() implements the deprecated attribute if the compiler22 OSSL_DEPRECATED_FOR() does the same as OSSL_DEPRECATED(), but also takes a