summaryrefslogtreecommitdiff
path: root/crypto/opensslconf.h
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2015-12-18 14:13:27 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2015-12-18 14:14:57 +0900
commit6a424b1e0ec46f307697ffe971a3e46b3129f693 (patch)
tree063e9bd46b09b57192b9af486e0649a139c40712 /crypto/opensslconf.h
parent7bb2e75e597abc44122a538b5935153bf1ecb9ec (diff)
parent2b3ef38d58c1bb0abff4bf611177fc76e78325fa (diff)
downloadopenssl-tizen.tar.gz
openssl-tizen.tar.bz2
openssl-tizen.zip
Upgrade Upstream version 1.0.2eHEADsubmit/tizen/20151228.015607tizen
Change-Id: If6afd73ecd5ef4548b9389eca6e53946aac3b9f2
Diffstat (limited to 'crypto/opensslconf.h')
-rw-r--r--crypto/opensslconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h b/crypto/opensslconf.h
index 15487c9..b4d522e 100644
--- a/crypto/opensslconf.h
+++ b/crypto/opensslconf.h
@@ -216,7 +216,7 @@ extern "C" {
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
-#if defined( sun ) /* Newer Sparc's */
+#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1
# define DES_UNROLL