diff options
author | levitte <levitte> | 2001-04-05 17:47:51 +0000 |
---|---|---|
committer | levitte <levitte> | 2001-04-05 17:47:51 +0000 |
commit | 1f3adc75134207b73fdf80ec7eaad16eddfa1ce5 (patch) | |
tree | f0521fe39819dcfcb3837627167f60235fca1eac /TABLE | |
parent | bbbd880c856a56fd0b8db345286b2307c6e9478a (diff) | |
download | openssl-1f3adc75134207b73fdf80ec7eaad16eddfa1ce5.tar.gz |
Release OpenSSL 0.9.6a [engine]OpenSSL-engine-0_9_6a
The tag will be OpenSSL-engine-0_9_6a
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 64 |
1 files changed, 54 insertions, 10 deletions
@@ -1172,8 +1172,8 @@ $cflags = -O3 -fomit-frame-pointer $unistd = $thread_cflag = (unknown) $lflags = -lnsl -lsocket -$bn_ops = RC4_INDEX -$bn_obj = RC4_INDEX DES_UNROLL +$bn_ops = RC4_INDEX DES_UNROLL +$bn_obj = $des_obj = $bf_obj = $md5_obj = @@ -2205,9 +2205,9 @@ $cc = gcc $cflags = -O3 -fomit-frame-pointer -Dssize_t=int -DNO_SYS_UN_H $unistd = $thread_cflag = (unknown) -$lflags = -$bn_ops = -lsocket -$bn_obj = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT +$lflags = -lsocket +$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT +$bn_obj = $des_obj = $bf_obj = $md5_obj = @@ -2599,10 +2599,10 @@ $ranlib = *** unixware-2.0-pentium $cc = cc $cflags = -DFILIO_H -Kpentium -$unistd = -Kthread -$thread_cflag = -lsocket -lnsl -lx -$lflags = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL -$bn_ops = +$unistd = +$thread_cflag = -Kthread +$lflags = -lsocket -lnsl -lx +$bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL $bn_obj = $des_obj = $bf_obj = @@ -2690,7 +2690,51 @@ $cflags = -O -DFILIO_H -Kalloca $unistd = $thread_cflag = -Kthread $lflags = -lsocket -lnsl -$bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL +$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL +$bn_obj = +$des_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = +$dso_scheme = +$shared_target= +$shared_cflag = +$shared_extension = +$ranlib = + +*** unixware-7-pentium +$cc = cc +$cflags = -O -DFILIO_H -Kalloca -Kpentium +$unistd = +$thread_cflag = -Kthread +$lflags = -lsocket -lnsl +$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL +$bn_obj = +$des_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = +$dso_scheme = +$shared_target= +$shared_cflag = +$shared_extension = +$ranlib = + +*** unixware-7-pentium_pro +$cc = cc +$cflags = -O -DFILIO_H -Kalloca -Kpentium_pro +$unistd = +$thread_cflag = -Kthread +$lflags = -lsocket -lnsl +$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL $bn_obj = $des_obj = $bf_obj = |