]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add (XXX).
authorSimon Josefsson <simon@josefsson.org>
Sun, 13 Aug 2006 19:46:09 +0000 (19:46 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 13 Aug 2006 19:46:09 +0000 (19:46 +0000)
libextra/gnutls_openssl.c

index 0da7998943cb32a35138072afb346f8bbb993cbc..a973f187196e16d8bd568a3db89e19e648fb1356 100644 (file)
 #include <string.h>
 #include <gnutls/openssl.h>
 
+/* See lib/gnutls_int.h. */
+#define GNUTLS_POINTER_TO_INT(_) ((int) GNUTLS_POINTER_TO_INT_CAST (_))
+#define GNUTLS_INT_TO_POINTER(_) ((void*) GNUTLS_POINTER_TO_INT_CAST (_))
+
 /* WARNING: Error functions aren't currently thread-safe */
 
 static int last_error = 0;