[glib-networking/mcatanzaro/tls-thread: 21/26] progress



commit 5fb0b83631315a17fc7e7cf6ce8c5f0be86c8d47
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 23 19:49:42 2019 -0600

    progress

 tls/gnutls/gtlsoperationsthread-gnutls.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tls/gnutls/gtlsoperationsthread-gnutls.c b/tls/gnutls/gtlsoperationsthread-gnutls.c
index 29a91be..39185eb 100644
--- a/tls/gnutls/gtlsoperationsthread-gnutls.c
+++ b/tls/gnutls/gtlsoperationsthread-gnutls.c
@@ -1267,12 +1267,12 @@ retrieve_certificate_cb (gnutls_session_t              session,
   GByteArray *dn;
   int i;
 
-  /* FIXME: Here we are supposed to ensure that the certificate supports one of
-   * the algorithms given in pk_algos.
-   */
-
   if (is_client (self))
     {
+      /* FIXME: Here we are supposed to ensure that the certificate supports one
+       * of the algorithms given in pk_algos.
+       */
+
       if (self->accepted_cas)
         {
           g_list_free_full (self->accepted_cas, (GDestroyNotify)g_byte_array_unref);


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