]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug fix: Fix a formating code: should be %ssl_subject not %subject
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 15 Mar 2011 22:35:51 +0000 (00:35 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 15 Mar 2011 22:35:51 +0000 (00:35 +0200)
src/ssl/ErrorDetail.cc

index a7f8f383d2c2818380e0ef13b2649720e057f558..a939ad1291215c33620b8f211c0fd03728f412c1 100644 (file)
@@ -20,7 +20,7 @@ static SslErrorDetailEntry TheSslDetailMap[] = {
       "%err_name: SSL Certficate is not valid before: %ssl_notbefore" },
     { X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD,
       "X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD",
-      "%err_name: SSL Certificate has invalid start date (the 'not before' field): %subject" },
+      "%err_name: SSL Certificate has invalid start date (the 'not before' field): %ssl_subject" },
     { X509_V_ERR_CERT_HAS_EXPIRED,
       "X509_V_ERR_CERT_HAS_EXPIRED",
       "%err_name: SSL Certificate expired on %ssl_notafter" },