Re: mod_md source sync

2018-06-29 Thread Stefan Eissing
Ok, I copied the MODSSL_USE_OPENSSL_PRE_1_1_API definitions into md_crypt.c and 
hope I did it right. Otherwise Bernard will probably kick me politely...

> Am 29.06.2018 um 12:00 schrieb Stefan Eissing :
> 
> While synching sources of mod_md between apache and github, I have a question 
> for the change in md_crypt.c:
> 
> 1806939  icing 
> 1833598 ylavic #if MODSSL_USE_OPENSSL_PRE_1_1_API || 
> (defined(LIBRESSL_VERSION_NUMBER) && \
> 1833598 ylavic
> LIBRESSL_VERSION_NUMBER < 0x207f)
> 1804123  icing 
> 
> How is MODSSL_USE_OPENSSL_PRE_1_1_API available from 
> modules/ssl/ssl_private.h? And if not, what is the intention of the change 
> and what needs to be different here?
> 
> Thanks!
> 
> -Stefan



mod_md source sync

2018-06-29 Thread Stefan Eissing
While synching sources of mod_md between apache and github, I have a question 
for the change in md_crypt.c:

1806939  icing 
1833598 ylavic #if MODSSL_USE_OPENSSL_PRE_1_1_API || 
(defined(LIBRESSL_VERSION_NUMBER) && \
1833598 ylavic
LIBRESSL_VERSION_NUMBER < 0x207f)
1804123  icing 

How is MODSSL_USE_OPENSSL_PRE_1_1_API available from modules/ssl/ssl_private.h? 
And if not, what is the intention of the change and what needs to be different 
here?

Thanks!

-Stefan