[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [vidalia/master] Fix paths for the new certificates
commit 9406862b624f31821711c67e2da6ebca5438abc2
Author: Tomas Touceda <chiiph@xxxxxxxxxx>
Date: Fri Apr 29 14:26:30 2011 -0300
Fix paths for the new certificates
---
src/vidalia/Vidalia.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vidalia/Vidalia.cpp b/src/vidalia/Vidalia.cpp
index 5c22da3..91c6dfb 100644
--- a/src/vidalia/Vidalia.cpp
+++ b/src/vidalia/Vidalia.cpp
@@ -512,10 +512,10 @@ Vidalia::loadDefaultCaCertificates() const
if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA.crt"))
vWarn("Failed to add the DigiCert Global CA certificate to the default CA "
"certificate database.");
- if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA2.crt"))
+ if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertAssuredCA.crt"))
vWarn("Failed to add the DigiCert Assured CA certificate to the default CA "
"certificate database.");
- if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertCA3.crt"))
+ if (! QSslSocket::addDefaultCaCertificates(":/pki/DigiCertHighAssuranceCA.crt"))
vWarn("Failed to add the DigiCert High Assurance CA certificate to the default CA "
"certificate database.");
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits