Hmmm.... httpd-trunk, apr-trunk and apr-util-trunk up to date, and
yet:
mod_session_crypto.c:20:66: error: apr_ssl.h: No such file or
directory
mod_session_crypto.c:60: error: syntax error before
'apr_evp_factory_t'
mod_session_crypto.c:61: warning: function declaration isn't a
prototype
mod_session_crypto.c: In function 'crypt_init':
mod_session_crypto.c:64: error: 'conf' undeclared (first use in
this function)
mod_session_crypto.c:64: error: (Each undeclared identifier is
reported only once
mod_session_crypto.c:64: error: for each function it appears in.)
mod_session_crypto.c:65: error: 'r' undeclared (first use in this
function)
mod_session_crypto.c:73: error: 'key' undeclared (first use in this
function)
mod_session_crypto.c:73: error: 'APR_EVP_KEY_PUBLIC' undeclared
(first use in this function)
did a full distclean beforehand...