grahamedgecombe / nginx-ct

Certificate Transparency module for nginx.
https://grahamedgecombe.com/projects/nginx-ct
ISC License
175 stars 27 forks source link

Mail and Stream ssl_ct modules not compiling? #32

Closed fmunteanu closed 7 years ago

fmunteanu commented 7 years ago

Using OpenSSL 1.0.2k from CentOS 7.4 with Nginx 1.13.5, ngx_mail_ssl_ct_module and ngx_stream_ssl_ct_module do not compile. ngx_ssl_ct_module and ngx_http_ssl_ct_module are built properly.

./configure --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=nginx-ct-1.3.2

fmunteanu commented 7 years ago

Never mind, I see where is the problem:

if [ $MAIL = YES ] && [ $MAIL_SSL = YES ]; then

Is fixed into master, when can you commit this into a version?