diff options
Diffstat (limited to 'crypto/opensslconf.h')
-rw-r--r-- | crypto/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h b/crypto/opensslconf.h index 4a6e2766e0bb..f2fbba19b0d4 100644 --- a/crypto/opensslconf.h +++ b/crypto/opensslconf.h @@ -204,7 +204,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 |