summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2015-11-24 23:21:06 +0100
committerKurt Roeckx <kurt@roeckx.be>2015-11-24 23:44:05 +0100
commited02493567390cac6d07447f193fcaac5b219af3 (patch)
tree0918b7b2de7c3a90d23f78a9978093d1f50900e2 /crypto/opensslconf.h.in
parent296f7bd1ace9383648795b24bf2f3c10d0b9ca47 (diff)
Use both sun and __sun
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index d8e6abcf16..7a1c85d6ec 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -120,7 +120,7 @@
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