openssl-0.9.8 'make install' on OSX 10.4.1 fails in ./engines looking for "*.so"

2005-07-10 Thread OpenMacNews
hi all, building openssl-0.9.8 on OSX 10.4.1, with: % ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \ darwin-ppc-cc -DUSE_TOD shared threads enable-rc5 enable-mdc2 -DOPENSSL_USE_GMP -lgmp % make depend % make % make test all are error free ..

[openssl.org #1153] Mingw patch for OpenSSL 0.9.8

2005-07-10 Thread [EMAIL PROTECTED] via RT
When built under Cygwin, with the -mno-cygwin option, OpenSSL 0.9.8 builds, tests, and installs fine (only tested with no-idea no-shared). I noticed, however, that I was getting 5 warnings from gcc. The attached patch should fix the warnings. When tested against 0.9.8-stable-SNAP-20050709, with th

[openssl.org #1152] add support for Linux on SuperH

2005-07-10 Thread Mike Frysinger via RT
find attached a small patch which detects endian settings when building on SuperH machines ... this applies cleanly to cvs HEAD and the 0.9.8 branch but needs a little manual intervention for 0.9.7 branch -mike __ OpenSSL Projec