Hello, I'm searching in Internet from my issue. I have found something in the list as follow link http://www.squid-cache.org/mail-archive/squid-users/201208/0096.html but I can't see any solution. When I go compile squid 3.2 type ./configure --enable-ssl --enable-ssl-crtd and make all appear the follow error. certificate_db.cc:523: error: invalid conversion from ‘void*’ to ‘const _STACK*’ certificate_db.cc:523: error: initializing argument 1 of ‘void* sk_value(const _STACK*, int)’ certificate_db.cc: In member function ‘bool Ssl::CertificateDb::deleteOldestCertificate()’: certificate_db.cc:554: error: invalid conversion from ‘void*’ to ‘const _STACK*’ certificate_db.cc:554: error: initializing argument 1 of ‘void* sk_value(const _STACK*, int)’ certificate_db.cc: In member function ‘bool Ssl::CertificateDb::deleteByHostname(const std::string&)’: certificate_db.cc:571: error: invalid conversion from ‘void*’ to ‘const _STACK*’ certificate_db.cc:571: error: initializing argument 1 of ‘void* sk_value(const _STACK*, int)’ make[3]: ** [certificate_db.o] Erro 1 make[3]: Saindo do diretório `/root/squid-3.2.1/src/ssl' make[2]: ** [all-recursive] Erro 1 make[2]: Saindo do diretório `/root/squid-3.2.1/src' make[1]: ** [all] Erro 2 make[1]: Saindo do diretório `/root/squid-3.2.1/src' My box is CentOs 6.3 what I can I do to solve that issue ? any tip is welcome. thanks