summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-13 20:32:27 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-13 20:32:27 +0000
commit5f1362d36aa7a1418961abd9ff85bb333e137ffe (patch)
tree61c70d70bc3d067ad80b04b67fa71cec989542bd /libextra
parent1d9d9b00ae09a2a0007a8c94b3f21e0fd67bcbe1 (diff)
downloadgnutls-5f1362d36aa7a1418961abd9ff85bb333e137ffe.tar.gz
Mark with XXX.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/gnutls_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/gnutls_openssl.c b/libextra/gnutls_openssl.c
index a973f18719..4c2bb2383a 100644
--- a/libextra/gnutls_openssl.c
+++ b/libextra/gnutls_openssl.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <gnutls/openssl.h>
-/* See lib/gnutls_int.h. */
+/* XXX: 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 (_))