[glib-networking: 32/129] Add FIXME about the ca file



commit fc54c85c409dcd9c8e0f5809c4315ea3be5bf3aa
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Tue Apr 4 13:33:29 2017 +0200

    Add FIXME about the ca file

 tls/openssl/gtlsbackend-openssl.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tls/openssl/gtlsbackend-openssl.c b/tls/openssl/gtlsbackend-openssl.c
index 81a5d07..86aa6cb 100644
--- a/tls/openssl/gtlsbackend-openssl.c
+++ b/tls/openssl/gtlsbackend-openssl.c
@@ -185,6 +185,7 @@ g_tls_backend_openssl_real_create_database (GTlsBackendOpenssl  *self,
 {
   const gchar *anchor_file = NULL;
 #ifdef GTLS_SYSTEM_CA_FILE
+  /* FIXME: we need to handle this on Windows as well */
   anchor_file = GTLS_SYSTEM_CA_FILE;
 #endif
   return g_tls_file_database_new (anchor_file, error);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]