Re: openssl-SNAP-19990308-2130 on Solaris-2.6 SC4

1999-03-10 Thread Matthias Loepfe
Ralf S. Engelschall wrote: In article [EMAIL PROTECTED] you wrote: I tried to compile the snapshot 'openssl-SNAP-19990308-2130' on a Solaris-2.6 with the configuration 'solaris-sparc-sc4' and get the following: cc -o openssl -DMONOLITH -I../include -xO5 -Xa -DB_ENDIAN openssl.o

bn_comba functions vs. BN_ASM

1999-03-10 Thread Anonymous
When configured for solaris-sparc-sc4 with BN_ASM=asm/sparc.s the build fails. From make: cc -o openssl -DMONOLITH -I../include -xO5 -Xa -DB_ENDIAN openssl.o verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o dsaparam.o x509.o genrsa.o

Re: util/perlpath.pl

1999-03-10 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: I would be happy if the following patch could be applied to util/perlpath.pl. This way it will be possible to use a perl executable with an other name than simply 'perl' by calling the script with the full pathname of the executable. e.g: 'perl5

Re: 2 cents...

1999-03-10 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: qinxste I also took some time to look into autoconf with friends and qinxste I feel that openssl could really benefit from autoconf rather qinxste than the current setup Possibly, but it adds another problem: autoconf is pretty Unix-centric. It

Re: 2 cents...

1999-03-10 Thread Lutz Behnke
Ralf S. Engelschall wrote: In article [EMAIL PROTECTED] you wrote: qinxste I also took some time to look into autoconf with friends and qinxste I feel that openssl could really benefit from autoconf rather qinxste than the current setup Possibly, but it adds another problem:

Re: Patch for Solaris assembler bug

1999-03-10 Thread Stephen Pierce
I'll probibly need to get the released openssl source, and build that into packages. It'll probibly be a few days after the release before the packages are built. Steve "Ralf S. Engelschall" wrote: In article [EMAIL PROTECTED] you wrote: Question for the FTP maintainer of