summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-04-13 08:37:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-04-13 08:37:53 +0200
commitac4123e416d2a29eaec9e7ea8ac0d984f23dcf9c (patch)
tree0f6a278c911832370a92a4dac377ea80cdd1387e
parent94491e40732bf75d5c9932c596c6b40a3b861c7e (diff)
downloadgnutls-ac4123e416d2a29eaec9e7ea8ac0d984f23dcf9c.tar.gz
gnutlsxx.h: removed fixme comments [ci skip]
They served no purpose. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/includes/gnutls/gnutlsxx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/includes/gnutls/gnutlsxx.h b/lib/includes/gnutls/gnutlsxx.h
index 4a8790d480..6140550789 100644
--- a/lib/includes/gnutls/gnutlsxx.h
+++ b/lib/includes/gnutls/gnutlsxx.h
@@ -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);