From: Simon Josefsson Date: Thu, 29 Apr 2010 14:21:02 +0000 (+0200) Subject: Fix typo. X-Git-Tag: gnutls_2_9_11~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfbed93c9dab1aca7b01a4bb42bcf86a15c8d832;p=thirdparty%2Fgnutls.git Fix typo. --- diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c index 203b816f67..fe7cd9809f 100644 --- a/lib/gnutls_handshake.c +++ b/lib/gnutls_handshake.c @@ -2409,7 +2409,7 @@ _gnutls_recv_hello (gnutls_session_t session, opaque * data, int datalen) { gnutls_assert (); _gnutls_handshake_log - ("HSK[%p]: Denying unsafe (re)negotiation\n", sesion); + ("HSK[%p]: Denying unsafe (re)negotiation\n", session); if (session->security_parameters.entity == GNUTLS_SERVER) /* send no renegotiation alert */ return GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED;