Просмотр исходного кода

Merge branch 'master' into dev

Source commit: b9b733dcfea3a104793aa8bedc7947f415957830
Martin Prikryl 4 лет назад
Родитель
Сommit
1ce08e128f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      source/core/NeonIntf.cpp

+ 4 - 0
source/core/NeonIntf.cpp

@@ -114,6 +114,10 @@ void InitNeonSession(ne_session * Session, TProxyMethod ProxyMethod, const Unico
   if (!CertificateStorage.IsEmpty())
   {
     ne_ssl_set_certificates_storage(Session, StrToNeon(CertificateStorage));
+    if (Terminal != NULL)
+    {
+      Terminal->LogEvent(FORMAT(L"Using certificate store \"%s\"", (CertificateStorage)));
+    }
   }
 
   if (Terminal != NULL)