Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dmacros.h33 #ifndef OSSL_DEPRECATED
42 #define OSSL_DEPRECATED(since) \ macro
47 #define OSSL_DEPRECATED(since) __declspec(deprecated) macro
56 #define OSSL_DEPRECATED(since) \ macro
61 #define OSSL_DEPRECATED(since) __attribute__((deprecated)) macro
66 #define OSSL_DEPRECATED(since) __attribute__((deprecated)) macro
77 #ifndef OSSL_DEPRECATED
78 #define OSSL_DEPRECATED(since) extern macro
184 #define OSSL_DEPRECATEDIN_3_5 OSSL_DEPRECATED(3.5)
195 #define OSSL_DEPRECATEDIN_3_4 OSSL_DEPRECATED(3.4)
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
11 #define OSSL_DEPRECATED(since)
16 OSSL_DEPRECATED() implements the deprecated attribute if the compiler
22 OSSL_DEPRECATED_FOR() does the same as OSSL_DEPRECATED(), but also takes a