Home
last modified time | relevance | path

Searched defs:DECLARE_DEPRECATED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dopensslconf.h.in74 # define DECLARE_DEPRECATED(f) f; macro
78 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); macro
83 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); macro
/netbsd-src/crypto/external/bsd/openssl.old/include/openssl/
H A Dopensslconf.h123 # define DECLARE_DEPRECATED(f) f; macro
127 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); macro