AM_MAINTAINER_MODE
dnl This is the library version
-GNUTLS_MOST_RECENT_INTERFACE=6
+GNUTLS_MOST_RECENT_INTERFACE=8
GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION
-GNUTLS_OLDEST_INTERFACE=6
+GNUTLS_OLDEST_INTERFACE=8
AC_SUBST(GNUTLS_MAJOR_VERSION)
/* If you want to change this, then also change the
* define in gnutls_int.h, and recompile.
*/
-typedef int gnutls_transport_ptr;
+typedef void * gnutls_transport_ptr;
struct gnutls_session_int;
typedef struct gnutls_session_int* gnutls_session;