summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2015-11-22 10:31:35 +0100
committerKurt Roeckx <kurt@roeckx.be>2015-11-22 12:21:13 +0100
commitfb92839c93c7efc3687fe895e631be57dec3e37f (patch)
treec774f175ba5882fe3c18659668125a1b65b0fe51 /crypto/opensslconf.h.in
parent6d31885d4ac4965745a6ddff64826ae11d73d58e (diff)
Use defined(__sun) instead of defined(sun)
Strict ISO confirming C compilers only define __sun Reviewed-by: Viktor Dukhovni <openssl-users@dukhovni.org> RT #4144, MR #1353 (cherry picked from commit 3d32218812e87221344f2985512e42e4aaa88745)
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 814309becb..d8e6abcf16 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 ) /* Newer Sparc's */
# define DES_PTR
# define DES_RISC1
# define DES_UNROLL