]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutlsxx.h: removed fixme comments [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 13 Apr 2019 06:37:50 +0000 (08:37 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 13 Apr 2019 06:37:53 +0000 (08:37 +0200)
They served no purpose.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/includes/gnutls/gnutlsxx.h

index 4a8790d4806986a6d89248f9b7404f3e319b9f33..6140550789db2c688eac4c396a25f047a7e8be89 100644 (file)
@@ -309,7 +309,7 @@ namespace gnutls {
                                         gnutls_x509_crt_fmt_t type);
                void set_x509_trust(const gnutls_datum_t & CA,
                                    gnutls_x509_crt_fmt_t type);
-               // FIXME: use classes instead of gnutls_x509_crt_t
+
                void set_x509_trust(gnutls_x509_crt_t * ca_list,
                                    int ca_list_size);
 
@@ -326,7 +326,7 @@ namespace gnutls {
                void set_x509_key(const gnutls_datum_t & CERT,
                                  const gnutls_datum_t & KEY,
                                  gnutls_x509_crt_fmt_t type);
-               // FIXME: use classes
+
                void set_x509_key(gnutls_x509_crt_t * cert_list,
                                  int cert_list_size,
                                  gnutls_x509_privkey_t key);