From 03d05a0c5a1e4f59fdca6f1e6926b70c0a2a2e00 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 22 Apr 2015 11:49:02 -0230 Subject: ICE-6457 Windows python dev tree build is broken --- cpp/src/IceSSL/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceSSL/Util.cpp') diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index f87e361c194..06ee07cfece 100644 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -1136,7 +1136,7 @@ IceSSL::findCertificates(const string& prop, const string& storeSpec, const stri IceUtilInternal::lastErrorToString()); } - CERT_NAME_BLOB name { length, &buffer[0] }; + CERT_NAME_BLOB name = { length, &buffer[0] }; DWORD findType = field == "SUBJECTDN" ? CERT_FIND_SUBJECT_NAME : CERT_FIND_ISSUER_NAME; addMatchingCertificates(store, tmpStore, findType, &name); -- cgit v1.2.3