That what Yann adds, he will taketh away again. And all will be right. That is the way of things. It is known.
> Am 08.01.2018 um 16:58 schrieb [email protected]: > > Author: ylavic > Date: Mon Jan 8 15:58:57 2018 > New Revision: 1820579 > > URL: http://svn.apache.org/viewvc?rev=1820579&view=rev > Log: > mod_md is backported in this branch. > > Modified: > httpd/httpd/branches/2.4.x-mod_md/modules/ssl/ssl_engine_init.c > > Modified: httpd/httpd/branches/2.4.x-mod_md/modules/ssl/ssl_engine_init.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x-mod_md/modules/ssl/ssl_engine_init.c?rev=1820579&r1=1820578&r2=1820579&view=diff > ============================================================================== > --- httpd/httpd/branches/2.4.x-mod_md/modules/ssl/ssl_engine_init.c (original) > +++ httpd/httpd/branches/2.4.x-mod_md/modules/ssl/ssl_engine_init.c Mon Jan > 8 15:58:57 2018 > @@ -32,22 +32,6 @@ > #include "mpm_common.h" > #include "mod_md.h" > > -/* Use the header, once mod_md is backported. break the dependency loop for > now. */ > -#define MOD_MD_BACKPORTED 0 > -#if MOD_MD_BACKPORTED > -#include "mod_md.h" > -#else > -APR_DECLARE_OPTIONAL_FN(int, > - md_is_managed, (struct server_rec *)); > -APR_DECLARE_OPTIONAL_FN(apr_status_t, > - md_get_certificate, (struct server_rec *, apr_pool_t > *, > - const char **pkeyfile, > - const char **pcertfile)); > -APR_DECLARE_OPTIONAL_FN(int, > - md_is_challenge, (struct conn_rec *, const char *, > - X509 **pcert, EVP_PKEY **pkey)); > -#endif > - > APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ssl, SSL, int, init_server, > (server_rec *s,apr_pool_t *p,int > is_proxy,SSL_CTX *ctx), > (s,p,is_proxy,ctx), OK, DECLINED) > >
