summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h
diff options
context:
space:
mode:
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
OpenPOWER on IntegriCloud