Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-06 Thread Juan Manuel Guerrero
Am 05.01.2016 04:05, schrieb Juan Manuel Guerrero via RT: Am 04.01.2016 21:22, schrieb Richard Levitte via RT: Hi Juan, and thanks. I'm looking at your fix, and have a couple of questions: [snip] This is the last and final patch to fix the DJGPP port. The only difference compared

[openssl-dev] Fixing some warnings when compiling on non-posix systems.

2017-06-03 Thread Juan Manuel Guerrero
I do not know if someone really cares about this, but I have compiled openssl-1.0.2-stable-SNAP-20170602 using the DJGPP port of gcc-7.1.0. The code has been configured using --strict-warnings option. At least the following issues have appeared. Using the DJGPP port of gcc means that the code

[openssl-dev] [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_2-stable.

2017-06-03 Thread Juan Manuel Guerrero
I do not know if patches for DJGPP/FreeDOS are still welcome at all for the OpenSSL 1.0.2 branch but if yes, then I would like to propose some fixes and improvements. No one of the proposed changes have impact on any other port. The patch is based on openssl-1.0.2-stable-SNAP-20170602.

[openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-04 Thread Juan Manuel Guerrero via RT
no surprise because the changes are either enclosed by the __DJGPP__ or OPENSSL_SYS_MSDOS macros. If more informaton is required please mail me. I have attached the patch as gzip'ed file too. Regards, Juan M. Guerrero 2016-01-04 Juan Manuel Guerrero <juan.guerr...@gmx.de> * C

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-04 Thread Juan Manuel Guerrero via RT
Am 04.01.2016 21:22, schrieb Richard Levitte via RT: > Hi Juan, and thanks. > > I'm looking at your fix, and have a couple of questions: > > In message<rt-4.0.19-11137-1451936568-1413.4217-2...@openssl.org> on Mon, 04 > Jan 2016 19:42:48 +0000, Juan Manuel Guerrero via RT

[openssl-dev] [openssl.org #4212] Compilation of master branch fails with 's_nbio' undeclared (first use in this function).

2016-01-01 Thread Juan Manuel Guerrero via RT
I have tried to compile the muster branch using DJGPP and the compilation failed with error: s_server.c:397:5: error: 's_nbio' undeclared (first use in this function) A comparision with OpenSSL_1_0_2-stable, where everthing works flawlessly, shows that s_nbio is only used iff the macro FIONBIO

Re: [openssl-dev] [openssl.org #4208]: [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_1-stable and OpenSSL_1_0_2-stable.

2016-01-06 Thread Juan Manuel Guerrero via RT
attached the patch as gzip'ed file too. Regards, Juan M. Guerrero 2016-01-06 Juan Manuel Guerrero <juan.guerr...@gmx.de> * Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS. * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of function name

Re: [openssl-dev] [openssl.org #4208] : [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_1-stable and OpenSSL_1_0_2-stable.

2016-01-06 Thread Juan Manuel Guerrero via RT
attached the patch as gzip'ed file too. Regards, Juan M. Guerrero 2016-01-06 Juan Manuel Guerrero <juan.guerr...@gmx.de> * Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS. * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of function name

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-06 Thread Juan Manuel Guerrero via RT
Am 05.01.2016 04:05, schrieb Juan Manuel Guerrero via RT: > Am 04.01.2016 21:22, schrieb Richard Levitte via RT: >> Hi Juan, and thanks. >> >> I'm looking at your fix, and have a couple of questions: [snip] This is the last and final patch to fix the DJGPP port. The onl

[openssl-dev] [openssl.org #4208] [PATCH] Some DJGPP specific fixes and improvements for OpenSSL_1_0_1-stable and OpenSSL_1_0_2-stable.

2015-12-29 Thread Juan Manuel Guerrero via RT
I have been using the DJGPP port of OpenSSL for a couple of years and I would like to propose some fixes and improvements. No one of the proporsed changes have impact on any other port. I supply two patches, one for today's OpenSSL_1_0_1-stable and one for today's openssl-OpenSSL_1_0_2-stable.

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-05-12 Thread Juan Manuel Guerrero via RT
Or anyone else that's > interested? > (we will proceed anyway if we haven't heard from you by the end of the week, > but it would be nice having things verified) > > Cheers, > Richard > > On Thu Jan 07 00:25:20 2016, juan.guerr...@gmx.de wrote: >> Am 05.01.2016 04:05, schrieb J