From: Steve Brokenshire Date: Sun, 20 Sep 2015 12:34:26 +0000 (+0100) Subject: Improved SSL certificate support. X-Git-Tag: release-0.05~72 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=a711cc7951319aaa592a3c501050ddd9017b01ab Improved SSL certificate support. --- diff --git a/source/frmSSLCertificate.cpp b/source/frmSSLCertificate.cpp index 96614f5..901a571 100644 --- a/source/frmSSLCertificate.cpp +++ b/source/frmSSLCertificate.cpp @@ -11,7 +11,7 @@ frmSSLCertificateADT( parent ) void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) { - /*// Grab the certificates, start from the one requested and show. + // Grab the certificates, start from the one requested and show. lblValidityStatus->Hide(); @@ -137,7 +137,7 @@ void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) treHierarchy->ExpandAll(); - SSLCertData = SSLCertsInc;*/ + SSLCertData = SSLCertsInc; }