Re: [Openvpn-devel] [patch] Fix time_t printing - NAK

2017-10-26 Thread Jeremie Courreges-Anglas
On Thu, Oct 26 2017, Steffan Karger wrote: > Hi, > > Sorry for being late to respond. > > On 18-10-17 20:36, Jeremie Courreges-Anglas wrote: >> - there are other places when a time_t is printed in openvpn. Usually >> it is cast to (int), which is not a nice thing to

Re: [Openvpn-devel] [patch] Fix time_t printing - NAK

2017-10-26 Thread Steffan Karger
Hi, Sorry for being late to respond. On 18-10-17 20:36, Jeremie Courreges-Anglas wrote: > - there are other places when a time_t is printed in openvpn. Usually > it is cast to (int), which is not a nice thing to do if you plan to > support dates after 2038. > > I also stumbled upon this

Re: [Openvpn-devel] [patch] Fix time_t printing - NAK

2017-10-26 Thread Jeremie Courreges-Anglas
Hi folks, any other feedback regarding this issue and the methods discussed to fix it? -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE signature.asc Description: PGP signature -- Check

Re: [Openvpn-devel] [patch] Fix time_t printing - NAK

2017-10-15 Thread Jeremie Courreges-Anglas
On Sun, Oct 15 2017, Matthias Andree wrote: > Am 05.10.2017 um 01:47 schrieb Jeremie Courreges-Anglas: >> When building openvpn-2.4.4 on OpenBSD, I noticed the following warning: >> >> --8<-- >> cc -DHAVE_CONFIG_H -I. >>

Re: [Openvpn-devel] [patch] Fix time_t printing - NAK

2017-10-15 Thread Matthias Andree
Am 05.10.2017 um 01:47 schrieb Jeremie Courreges-Anglas: > When building openvpn-2.4.4 on OpenBSD, I noticed the following warning: > > --8<-- > cc -DHAVE_CONFIG_H -I. > -I/usr/ports/pobj/openvpn-2.4.4/openvpn-2.4.4/src/openvpn -I../.. > -I../../include