From: Nikos Mavrogiannopoulos Date: Wed, 27 Feb 2002 10:58:24 +0000 (+0000) Subject: SOCKET_PTR was removed X-Git-Tag: gnutls_0_3_91~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5469ba83f93ba5e846d33c87ce771eb4ebe86e;p=thirdparty%2Fgnutls.git SOCKET_PTR was removed --- diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in index bb2b68a19e..215f03d8b1 100644 --- a/lib/gnutls.h.in.in +++ b/lib/gnutls.h.in.in @@ -82,7 +82,6 @@ typedef enum GNUTLS_CertificateType { GNUTLS_CRT_X509=1, GNUTLS_CRT_OPENPGP * define in gnutls_int.h, and recompile. */ #define GNUTLS_TRANSPORT_PTR int -#define GNUTLS_SOCKET_PTR GNUTLS_TRANSPORT_PTR typedef const int* GNUTLS_LIST;