From ed02493567390cac6d07447f193fcaac5b219af3 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Tue, 24 Nov 2015 23:21:06 +0100 Subject: Use both sun and __sun Reviewed-by: Andy Polyakov --- crypto/opensslconf.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/opensslconf.h.in') 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 -- cgit v1.2.3