Re: [Openvpn-devel] [PATCH] Fix implicit declarations when HAVE_OPENSSL_ENGINE is unset

2016-12-16 Thread Julien Muchembled
Le 12/16/16 à 18:03, Steffan Karger a écrit : > On 16-12-16 17:32, Julien Muchembled wrote: >> This fixes a regression in commit 8e95e20913: >> on amd64, an implicit declaration of ERR_error_string leads to segfaults >> if the returned pointer does not fit in an 'int'. >> >> Trac: #792 >> >> [...]

Re: [Openvpn-devel] [PATCH] Fix implicit declarations when HAVE_OPENSSL_ENGINE is unset

2016-12-16 Thread Steffan Karger
On 16-12-16 17:32, Julien Muchembled wrote: > This fixes a regression in commit 8e95e20913: > on amd64, an implicit declaration of ERR_error_string leads to segfaults > if the returned pointer does not fit in an 'int'. > > Trac: #792 > > Signed-off-by: Julien Muchembled > --- > This patch is for

[Openvpn-devel] [PATCH] Fix implicit declarations when HAVE_OPENSSL_ENGINE is unset

2016-12-16 Thread Julien Muchembled
This fixes a regression in commit 8e95e20913: on amd64, an implicit declaration of ERR_error_string leads to segfaults if the returned pointer does not fit in an 'int'. Trac: #792 Signed-off-by: Julien Muchembled --- This patch is for the 2.3 branch. In the master branch, crypto_openssl.c alread