Re: svn commit: r1908433 - in /apr/apr/trunk: crypto/apr_crypto_openssl.c test/testcrypto.c

2023-03-17 Thread Yann Ylavic
On Fri, Mar 17, 2023 at 9:23 AM Ruediger Pluem wrote: > > On 3/16/23 1:43 PM, yla...@apache.org wrote: > > Author: ylavic > > Date: Thu Mar 16 12:43:17 2023 > > New Revision: 1908433 > > > > URL: http://svn.apache.org/viewvc?rev=1908433=rev > > Log: > > apr_crypto_openssl: Compatibility with

Re: svn commit: r1908433 - in /apr/apr/trunk: crypto/apr_crypto_openssl.c test/testcrypto.c

2023-03-17 Thread Yann Ylavic
On Thu, Mar 16, 2023 at 5:53 PM Ruediger Pluem wrote: > > On 3/16/23 1:43 PM, yla...@apache.org wrote: > > Author: ylavic > > Date: Thu Mar 16 12:43:17 2023 > > New Revision: 1908433 > > > > URL: http://svn.apache.org/viewvc?rev=1908433=rev > > Log: > > apr_crypto_openssl: Compatibility with

Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/

2023-03-17 Thread Yann Ylavic
On Fri, Mar 17, 2023 at 2:30 PM Rainer Jung wrote: > > Am 17.03.23 um 14:12 schrieb Yann Ylavic: > > On Fri, Mar 17, 2023 at 11:20 AM Rainer Jung > > wrote: > >> > >> But: testpoll fails: > >> > >> testpoll: Line 897: apr_pollset_poll() didn't sleep > >> > >> Unfortunately I don't

Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/

2023-03-17 Thread Rainer Jung
Am 17.03.23 um 14:12 schrieb Yann Ylavic: On Fri, Mar 17, 2023 at 11:20 AM Rainer Jung wrote: But: testpoll fails: testpoll: Line 897: apr_pollset_poll() didn't sleep Unfortunately I don't know when it started. Any idea, what I should investigate? All this is on SLES11,

Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/

2023-03-17 Thread Yann Ylavic
On Fri, Mar 17, 2023 at 11:20 AM Rainer Jung wrote: > > But: testpoll fails: > > testpoll: Line 897: apr_pollset_poll() didn't sleep > > Unfortunately I don't know when it started. Any idea, what I should > investigate? > > All this is on SLES11, haven't tried the recent APR trunk

Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/

2023-03-17 Thread Ruediger Pluem
On 3/17/23 11:20 AM, Rainer Jung wrote: > Thanks Yann, configure now detects the missing function. > > But: testpoll fails: > > testpoll    :  Line 897: apr_pollset_poll() didn't sleep > > Unfortunately I don't know when it started. Any idea, what I should > investigate? > > All

Re: svn commit: r1906889 - in /apr/apr/trunk: ./ build/ include/ include/arch/win32/ test/ threadproc/beos/ threadproc/netware/ threadproc/os2/ threadproc/unix/ threadproc/win32/

2023-03-17 Thread Rainer Jung
Thanks Yann, configure now detects the missing function. But: testpoll fails: testpoll: Line 897: apr_pollset_poll() didn't sleep Unfortunately I don't know when it started. Any idea, what I should investigate? All this is on SLES11, haven't tried the recent APR trunk with

Re: svn commit: r1908433 - in /apr/apr/trunk: crypto/apr_crypto_openssl.c test/testcrypto.c

2023-03-17 Thread Rainer Jung
I now get the following error when compiling against OpenSSL 1.1.1t: /path/to/crypto/apr_crypto_openssl.c: In function ‘crypto_key_cleanup’: /path/to/crypto/apr_crypto_openssl.c:305: error: ‘apr_crypto_key_t’ has no member named ‘mac’ /path/to/crypto/apr_crypto_openssl.c:306: warning: implicit

Re: svn commit: r1908433 - in /apr/apr/trunk: crypto/apr_crypto_openssl.c test/testcrypto.c

2023-03-17 Thread Ruediger Pluem
On 3/16/23 1:43 PM, yla...@apache.org wrote: > Author: ylavic > Date: Thu Mar 16 12:43:17 2023 > New Revision: 1908433 > > URL: http://svn.apache.org/viewvc?rev=1908433=rev > Log: > apr_crypto_openssl: Compatibility with OpenSSL 3+ > > Modified: > apr/apr/trunk/crypto/apr_crypto_openssl.c