summaryrefslogtreecommitdiff
path: root/lib/ext/session_ticket.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-25 12:11:36 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-25 12:11:36 +0100
commit4e51389306e27a6f7b470d8835cdcd89d98e96c7 (patch)
tree60ce461d90aee1687e7e51e2708cdf0a71caa26c /lib/ext/session_ticket.c
parent1e5f48659a86bd2211da1af510681af6176f06bc (diff)
downloadgnutls-4e51389306e27a6f7b470d8835cdcd89d98e96c7.tar.gz
simplified gnutls_handshake_alloc
Diffstat (limited to 'lib/ext/session_ticket.c')
-rw-r--r--lib/ext/session_ticket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/session_ticket.c b/lib/ext/session_ticket.c
index af965ee20d..6ce23efb84 100644
--- a/lib/ext/session_ticket.c
+++ b/lib/ext/session_ticket.c
@@ -578,7 +578,7 @@ int _gnutls_send_new_session_ticket(gnutls_session_t session, int again)
ticket.encrypted_state_len + TAG_SIZE;
bufel =
- _gnutls_handshake_alloc(session, 4 + 2 + ticket_len,
+ _gnutls_handshake_alloc(session,
4 + 2 + ticket_len);
if (!bufel) {
gnutls_assert();