Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dmacros.h34 # ifndef OSSL_DEPRECATED
43 # define OSSL_DEPRECATED(since) \ macro
48 # define OSSL_DEPRECATED(since) __declspec(deprecated) macro
57 # define OSSL_DEPRECATED(since) \ macro
62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) macro
67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) macro
78 # ifndef OSSL_DEPRECATED
79 # define OSSL_DEPRECATED(since) extern macro
182 # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
193 # define OSSL_DEPRECATEDIN_1_1_1 OSSL_DEPRECATED(1.1.1)
[all …]
/openssl-master/doc/internal/man3/
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

Completed in 4 milliseconds