OpenSSL: Reduce diff with the upstream

No functional change expected.
This commit is contained in:
Jung-uk Kim 2021-09-01 00:10:59 -04:00
parent d594d17b85
commit 649ccdd753

View File

@ -118,6 +118,11 @@ extern "C" {
# undef DECLARE_DEPRECATED
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
# endif
# elif defined(__SUNPRO_C)
# if (__SUNPRO_C >= 0x5130)
# undef DECLARE_DEPRECATED
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
# endif
# endif
#endif