aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/stack/safestack.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/stack/safestack.h')
-rw-r--r--crypto/stack/safestack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h
index f24353b131..5810bca1e9 100644
--- a/crypto/stack/safestack.h
+++ b/crypto/stack/safestack.h
@@ -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