]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
SOCKET_PTR was removed
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 27 Feb 2002 10:58:24 +0000 (10:58 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 27 Feb 2002 10:58:24 +0000 (10:58 +0000)
lib/gnutls.h.in.in

index bb2b68a19e3a5bc271585d28d8cf387de67ef769..215f03d8b1d4b3fbf8f63b8fd2b9067a7184cf9b 100644 (file)
@@ -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;