summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-10 08:25:38 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-10 08:25:38 +0000
commit7da050075cf1fa29bb1354cd663ab10db72993c2 (patch)
tree1de7ae76815065ed3062e465e092c42f7382f224 /lib/gnutls_hash_int.h
parent148b257d2430cd3edd23f1e416139d86b8f0c900 (diff)
downloadgnutls-7da050075cf1fa29bb1354cd663ab10db72993c2.tar.gz
optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)
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 be1066c4d4..03f34dbc9a 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);
-svoid *gnutls_ssl3_generate_random(void *secret, int secret_len, void *random, int random_len, int bytes);
+int gnutls_ssl3_generate_random(void *secret, int secret_len, void *random, int random_len, int bytes, opaque* ret);
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);