aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_str.h
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-09-08 22:39:05 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-09-08 22:39:05 +0000
commit04a3265002dbc3971c3ed0e552565d3c9e53754f (patch)
tree6dced28931d1b4f2fab63df668771746d8f232b4 /src/daemon/https/tls/gnutls_str.h
parent4f5e8029080c325197950cbea29ac24fd074b90f (diff)
downloadlibmicrohttpd-04a3265002dbc3971c3ed0e552565d3c9e53754f.tar.gz
libmicrohttpd-04a3265002dbc3971c3ed0e552565d3c9e53754f.zip
some test fixes
tls connection teardown upon unrecognized message type connection state dictionary compiles based on 'enable_messages'
Diffstat (limited to 'src/daemon/https/tls/gnutls_str.h')
-rw-r--r--src/daemon/https/tls/gnutls_str.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemon/https/tls/gnutls_str.h b/src/daemon/https/tls/gnutls_str.h
index 45ad33ae..ead7ba2a 100644
--- a/src/daemon/https/tls/gnutls_str.h
+++ b/src/daemon/https/tls/gnutls_str.h
@@ -55,9 +55,6 @@ int mhd_gtls_string_copy_str (mhd_gtls_string * dest, const char *src);
55int mhd_gtls_string_append_str (mhd_gtls_string *, const char *str); 55int mhd_gtls_string_append_str (mhd_gtls_string *, const char *str);
56int mhd_gtls_string_append_data (mhd_gtls_string *, const void *data, 56int mhd_gtls_string_append_data (mhd_gtls_string *, const void *data,
57 size_t data_size); 57 size_t data_size);
58int mhd_gtls_string_append_printf (mhd_gtls_string * dest, const char *fmt,
59 ...);
60
61char *mhd_gtls_bin2hex (const void *old, size_t oldlen, char *buffer, 58char *mhd_gtls_bin2hex (const void *old, size_t oldlen, char *buffer,
62 size_t buffer_size); 59 size_t buffer_size);
63int mhd_gtls_hex2bin (const opaque * hex_data, int hex_size, 60int mhd_gtls_hex2bin (const opaque * hex_data, int hex_size,