[gnutls-devel] Gnutls extension handling error
mohamed2two at hotmail.fr
mohamed2two at hotmail.fr
Fri Jul 4 12:11:59 CEST 2014
Hello,
I'm trying to create a new TLS extension with Gnutls, so i've install
"gnutls-3.3.4" with all their dependencies, when i make "make check"
i've got no error and all is well. After i've followed this tutorial
(http://gnutls.org/manual/html_node/TLS-Extension-Handling.html) to make
the necessary modifications, but when i execute the new code with "make"
commande after done "./configure --enable-myExtension" i got some errors
messages, for exemple:
....
/gnutls_int.h:726:3: error: unknown type name 'gnutls_buffer_st'
....
gnutls_int.h:782:3: error: unknown type name 'gnutls_buffer_st'
.....
myExtension.c 15:11 : error: unknown type name 'opaque'
const opaque * data,
............
More information about the Gnutls-devel
mailing list