mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
TLS: Fix a typo in a debug message
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a629409047
commit
cd66b8295c
@ -532,7 +532,7 @@ static int tls_process_certificate(struct tlsv1_client *conn, u8 ct,
|
||||
}
|
||||
} else if (conn->cred && conn->cred->cert_probe) {
|
||||
wpa_printf(MSG_DEBUG,
|
||||
"TLSv1: Reject server certificate on probe-only rune");
|
||||
"TLSv1: Reject server certificate on probe-only run");
|
||||
if (conn->event_cb) {
|
||||
union tls_event_data ev;
|
||||
char buf[128];
|
||||
|
Loading…
Reference in New Issue
Block a user