[openssl-dev] ossl-1.0.2 needs a tweak for CodeWarrior4

2015-02-14 Thread NormW
G/Morning, Found 1.0.2\crypto\rand\rand_nw.c needs a tweak for CW4 to compile: --- rand_nw.c.orig 2015-01-23 01:58:32.0 +1100 +++ rand_nw.c 2015-01-28 14:33:04.18750 +1100 @@ -155,8 +155,11 @@ for (i = 2; i ENTROPY_NEEDED; i++) { # ifdef __MWERKS__ -asm { -

Re: [openssl-dev] [openssl.org #3544] Remove MWERKS support

2014-12-17 Thread NormW
Thanks! Norm On 18/12/2014 9:26 AM, Rich Salz via RT wrote: MWERKS added back to nw_rand.c -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list openssl-dev@openssl.org

Re: [openssl-dev] [openssl.org #3544] Remove MWERKS support

2014-12-17 Thread NormW via RT
Thanks! Norm On 18/12/2014 9:26 AM, Rich Salz via RT wrote: MWERKS added back to nw_rand.c -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list openssl-dev@openssl.org

Re: [openssl.org #3544] Remove MWERKS support

2014-11-13 Thread NormW
On 30/10/2014 9:58 AM, NormW wrote: G/M, On 25/09/2014 2:09 AM, Rich Salz via RT wrote: Not a supported platform, per our roadmap. __ OpenSSL Project http://www.openssl.org Development Mailing

Re: [openssl.org #3569] [PATCH] fix NetWare compilation with branch 1.0.1 / 1.0.2

2014-10-29 Thread NormW
On 18/10/2014 5:17 AM, Guenter via RT wrote: Attached patch adds: - a recursive ssl include since NetWare CodeWarrior compiler doesnt properly lookup includes when in same directory as the C file which includes it. --- util/pl/netware.pl.orig Tue Jul 22 21:41:23 2014 +++ util/pl/netware.pl

Re: [openssl.org #3544] Remove MWERKS support

2014-10-29 Thread NormW
G/M, On 25/09/2014 2:09 AM, Rich Salz via RT wrote: Not a supported platform, per our roadmap. __ OpenSSL Project http://www.openssl.org Development Mailing List

crypto\ecdsa\ecdsatest.c needs a cast?

2012-01-06 Thread NormW
Hi, Building 0.9.8s and 1.0.0f (for NetWare) my (picky?) compiler reported: mwccnlm -o tmp_nw_libc\ecdsatest.o -Ioutinc_nw_libc -Itmp_nw_libc -nostdinc -ir crypto -ir engi crypto\ecdsa\ecdsatest.c:435: illegal implicit conversion from 'unsigned char **' to crypto\ecdsa\ecdsatest.c:435: 'const

[openssl.org #2226] OSSL 1.0.0 and NetWare + nasm

2010-04-08 Thread NormW via RT
Hi, If I try to build for win32 I do: perl Configure VC-WIN32 --prefix=c:\some\openssl\dir then (via ms\do_nasm.bat) perl util\mkfiles.pl MINFO perl util\mk1mf.pl dll nasm VC-WIN32 ms\ntdll.mak I get ms\ntdll.mak that includes asm support, such as: $(TMP_D)\x86cpuid.asm: crypto\x86cpuid.pl

Re: [openssl.org #1948] [PROPOSAL] change ecdsatest,enginetest to fit into 8.3 naming scheme

2009-07-01 Thread NormW
Hi all, any thoughts on this? Norm NormW via RT wrote: Hi all, On NetWare CLIB platform Perl has problems with executing tests with longer names than 8.3 dos style. Since this problem occurs only with these two tests (ecdsatest, enginetest) can we perhaps rename these to fit an 8.3 scheme

[openssl.org #1948] [PROPOSAL] change ecdsatest,enginetest to fit into 8.3 naming scheme

2009-06-03 Thread NormW via RT
Hi all, On NetWare CLIB platform Perl has problems with executing tests with longer names than 8.3 dos style. Since this problem occurs only with these two tests (ecdsatest, enginetest) can we perhaps rename these to fit an 8.3 scheme? Thanks Norm