summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-04 07:31:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-04 07:31:07 +0000
commitffe3858495bf4a099e8f8c33c0db085f755e9ca6 (patch)
tree30e3c0fc544c05e98eb5caf9e848210c67e8cd09 /lib/gnutls_hash_int.h
parent5136cbccd95f7b1770e90f013bc2e8a43c95b502 (diff)
downloadgnutls-ffe3858495bf4a099e8f8c33c0db085f755e9ca6.tar.gz
added internal memory handlers
Diffstat (limited to 'lib/gnutls_hash_int.h')
-rw-r--r--lib/gnutls_hash_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_hash_int.h b/lib/gnutls_hash_int.h
index be368331db..be1066c4d4 100644
--- a/lib/gnutls_hash_int.h
+++ b/lib/gnutls_hash_int.h
@@ -60,7 +60,7 @@ int gnutls_hash_get_algo_len(MACAlgorithm algorithm);
int gnutls_hash(GNUTLS_HASH_HANDLE handle, const void* text, int textlen);
void gnutls_hash_deinit(GNUTLS_HASH_HANDLE handle, void* digest);
-void *gnutls_ssl3_generate_random(void *secret, int secret_len, void *random, int random_len, int bytes);
+svoid *gnutls_ssl3_generate_random(void *secret, int secret_len, void *random, int random_len, int bytes);
GNUTLS_MAC_HANDLE gnutls_mac_init_ssl3_handshake(MACAlgorithm algorithm, void *key, int keylen);
void gnutls_mac_deinit_ssl3_handshake(GNUTLS_MAC_HANDLE handle, void* digest);