summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-06 17:34:27 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-06 17:34:27 +0100
commitc0cf935257be205d4a9d2d957dd77b23fe4551ed (patch)
tree43867abb3e60aac4e245209f6e456cda6a6479cb /includes
parentdcb57492b50fe4be2a3d800446d9252ab266c252 (diff)
downloadgnutls-c0cf935257be205d4a9d2d957dd77b23fe4551ed.tar.gz
Fix gnutls_hex2bin prototype.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutls.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index d1ce0f1f87..525f52efe3 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -1164,8 +1164,8 @@ extern "C"
void gnutls_psk_set_params_function (gnutls_psk_server_credentials_t res,
gnutls_params_function * func);
- int gnutls_hex2bin (const char * hex_data, int hex_size, void * bin_data,
- size_t * bin_size);
+ int gnutls_hex2bin (const char * hex_data, size_t hex_size,
+ char * bin_data, size_t * bin_size);
/* Gnutls error codes. The mapping to a TLS alert is also shown in
* comments.