The apr_ldap_option.h interfaces can't be added in a 1.0.x release, 1.0.x releases must be forward and backwards source-compatible with 1.0.0 per the versioning guidelines.
I don't know if this one is supposed to be private-but-global or public API: ldap/apr_ldap_init.c: In function `apr_ldap_ssl_init': ldap/apr_ldap_init.c:52: warning: implicit declaration of function `apr_ldap_ssl_add_cert' ldap/apr_ldap_init.c: At top level: ldap/apr_ldap_init.c:110: warning: no previous prototype for 'apr_ldap_ssl_add_cert' it should be protototyped (and/or static), or removed from 1.0.x as appropriate... Regards, joe
