mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
OpenSSL: Reduce diff with the upstream
No functional change expected.
This commit is contained in:
parent
d594d17b85
commit
649ccdd753
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue