mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Make preprocessor logic more fail-safe.
This commit is contained in:
parent
1891f5b395
commit
cdb0392159
@ -60,7 +60,7 @@
|
||||
#ifndef OPENSSL_ALLOW_FCAST
|
||||
|
||||
#ifndef OPENSSL_INLINE
|
||||
# if defined(__SUNPRO_C)
|
||||
# if defined(__SUNPRO_C) && !defined(__inline)
|
||||
# if __SUNPRO_C>0x520
|
||||
# define __inline inline
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user