diff options
author | Richard Levitte <levitte@openssl.org> | 2000-03-23 08:32:34 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-03-23 08:32:34 +0100 |
commit | 72fbca2c4782020214c936a2002489d7315876c6 (patch) | |
tree | c513dc76d74de82d73d1c1e4beff557d3d2af48e /Configure | |
parent | Update docs and remove old PKCS#7 README file. (diff) | |
download | openssl-72fbca2c4782020214c936a2002489d7315876c6.tar.xz openssl-72fbca2c4782020214c936a2002489d7315876c6.zip |
A quick hack to have ssize_t work with gcc under SunOS 4 (tested on
SunOS 4.1.4).
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ my %table=( # Sunos configs, assuming sparc for the gcc one. ##"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown)::DES_UNROLL:::", -"sunos-gcc","gcc:-O3 -mv8::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::", +"sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::", #### IRIX 5.x configs # -mips2 flag is added by ./config when appropriate. |