From ac4123e416d2a29eaec9e7ea8ac0d984f23dcf9c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 13 Apr 2019 08:37:50 +0200 Subject: gnutlsxx.h: removed fixme comments [ci skip] They served no purpose. Signed-off-by: Nikos Mavrogiannopoulos --- lib/includes/gnutls/gnutlsxx.h | 4 ++-- 1 file 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); -- cgit v1.2.1