summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/opensslconf.h')
-rwxr-xr-xthirdparties/common/include/openssl/opensslconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparties/common/include/openssl/opensslconf.h b/thirdparties/common/include/openssl/opensslconf.h
index ae38745..8d1f983 100755
--- a/thirdparties/common/include/openssl/opensslconf.h
+++ b/thirdparties/common/include/openssl/opensslconf.h
@@ -223,7 +223,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
even newer MIPS CPU's, but at the moment one size fits all for
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 */
# define DES_PTR
# define DES_RISC1
@@ -236,11 +236,11 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
# define DES_PTR
# define DES_RISC2
#elif defined ( _AIX ) /* RS6000 */
- /* Unknown */
+/* Unknown */
#elif defined( __hpux ) /* HP-PA */
- /* Unknown */
+/* Unknown */
#elif defined( __aux ) /* 68K */
- /* Unknown */
+/* Unknown */
#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
# define DES_UNROLL
#elif defined( __sgi ) /* Newer MIPS */
OpenPOWER on IntegriCloud