summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-14 18:09:59 +0000
committerBodo Möller <bodo@openssl.org>1999-07-14 18:09:59 +0000
commitb5b22731f16919a4cd8445cdd6c5a6e73aebd4a6 (patch)
tree68e58787e8c343f553c1f3acd28be0379f3e3580 /TABLE
parent924154d9f2d715b229077f594d928d7b2962814d (diff)
Judging from various messages on the OpenSSL mailing lists, HP-UX 10
with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index a04e36a60e..e0933ea731 100644
--- a/TABLE
+++ b/TABLE
@@ -886,11 +886,11 @@ $rc5_obj =
*** hpux10-brokencc
$cc = cc
-$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z
+$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
$unistd =
$thread_cflag = -D_REENTRANT
$lflags =
-$bn_ops = DES_PTR DES_UNROLL DES_RISC1
+$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj =
$des_obj =
$bf_obj =