On 26/04/2014 2:57 a.m., Tsantilas Christos wrote: > Hi all, > > I have problems when trying to build squid with gnuTLS support. > My system has installed the 2.12.x version of the gnu tls library. But > looks that squid uses gnutls functions which are investigated in 3.1.x > release, for example gnutls_certificate_verify_peers3 or > gnutls_certificate_verification_status_print functions. > > The configure script should enable gnuTLS support only if the installed > gnutls library is 3.1.x or greater. >
Yes, 3.1.5 at least is needed for those. Fix about to go in. Amos