aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_num.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-17 08:21:43 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-17 08:21:43 +0000
commit164bed7d32bc802a99c5f06a4a019d457e56d62f (patch)
treedeffe44d6bbfd56b781f47eb9d5a48391bdcb908 /src/daemon/https/tls/gnutls_num.h
parent8ba8ee559a1e8f46f77db39ec0d83963f3bc758a (diff)
downloadlibmicrohttpd-164bed7d32bc802a99c5f06a4a019d457e56d62f.tar.gz
libmicrohttpd-164bed7d32bc802a99c5f06a4a019d457e56d62f.zip
dce
Diffstat (limited to 'src/daemon/https/tls/gnutls_num.h')
-rw-r--r--src/daemon/https/tls/gnutls_num.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/https/tls/gnutls_num.h b/src/daemon/https/tls/gnutls_num.h
index 13d1e3ae..3a0f1f88 100644
--- a/src/daemon/https/tls/gnutls_num.h
+++ b/src/daemon/https/tls/gnutls_num.h
@@ -45,5 +45,5 @@ void MHD_gtls_write_uint16 (uint16_t num, opaque * data);
45uint32_t MHD_gtls_uint64touint32 (const uint64 *); 45uint32_t MHD_gtls_uint64touint32 (const uint64 *);
46 46
47int MHD_gtls_uint64pp (uint64 *); 47int MHD_gtls_uint64pp (uint64 *);
48# define MHD__gnutls_uint64zero(x) x.i[0] = x.i[1] = x.i[2] = x.i[3] = x.i[4] = x.i[5] = x.i[6] = x.i[7] = 0 48#define MHD__gnutls_uint64zero(x) x.i[0] = x.i[1] = x.i[2] = x.i[3] = x.i[4] = x.i[5] = x.i[6] = x.i[7] = 0
49# define UINT64DATA(x) x.i 49#define UINT64DATA(x) x.i