summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_state.c')
-rw-r--r--lib/gnutls_state.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 30e8fe60d9..31b0c84c7e 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1326,8 +1326,7 @@ _gnutls_rsa_pms_set_version (gnutls_session_t session,
**/
void
gnutls_handshake_set_post_client_hello_function (gnutls_session_t session,
- gnutls_handshake_post_client_hello_func
- func)
+ gnutls_handshake_post_client_hello_func func)
{
session->internals.user_hello_func = func;
}