summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-01-08 12:07:00 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-01-08 12:07:00 +0100
commita33776ac705327e29ded0ca4cb91ed9c4e0929b7 (patch)
tree9a0e9813b2f69853175e76bfa2c5c192b663d10f
parent1626663a7cad198457066df044bdf6196469c8d6 (diff)
downloadgnutls-a33776ac705327e29ded0ca4cb91ed9c4e0929b7.tar.gz
_gnutls_hello_ext_set_datum: removed unnecessary remark [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/hello_ext_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hello_ext_lib.c b/lib/hello_ext_lib.c
index 663354caaf..5ee433b24e 100644
--- a/lib/hello_ext_lib.c
+++ b/lib/hello_ext_lib.c
@@ -40,7 +40,7 @@ void _gnutls_hello_ext_default_deinit(gnutls_ext_priv_data_t priv)
int
_gnutls_hello_ext_set_datum(gnutls_session_t session,
extensions_t id, const gnutls_datum_t *data)
-{ //REMARK: we are limiting the data size to fit in a uint16 while a datum_t uses unsigned int!
+{
gnutls_ext_priv_data_t epriv;
if (_gnutls_hello_ext_get_priv(session, id, &epriv) >= 0)