On 2014/09/29 14:06, Christian Weisgerber wrote: > Apache doesn't like the addition of SSL_CTX_use_certificate_chain(). > > ===> www/apache-httpd-openbsd > > ../../modules/ssl/ssl_util_ssl.h:119: error: conflicting types for > 'SSL_CTX_use_certificate_chain' > /usr/include/openssl/ssl.h:1533: error: previous declaration of > 'SSL_CTX_use_certificate_chain' was here > > ===> www/apache-httpd > > ssl_util_ssl.h:92: error: conflicting types for > 'SSL_CTX_use_certificate_chain' > /usr/include/openssl/ssl.h:1533: error: previous declaration of > 'SSL_CTX_use_certificate_chain' was here
We could patch apache, but since they got there first (by more than 10 years) it probably makes more sense to rename in libressl doesn't it? (Obviously a major bump, though).
