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
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ static int tls_process_certificate(struct tlsv1_client *conn, u8 ct,
|
||||||
}
|
}
|
||||||
} else if (conn->cred && conn->cred->cert_probe) {
|
} else if (conn->cred && conn->cred->cert_probe) {
|
||||||
wpa_printf(MSG_DEBUG,
|
wpa_printf(MSG_DEBUG,
|
||||||
"TLSv1: Reject server certificate on probe-only rune");
|
"TLSv1: Reject server certificate on probe-only run");
|
||||||
if (conn->event_cb) {
|
if (conn->event_cb) {
|
||||||
union tls_event_data ev;
|
union tls_event_data ev;
|
||||||
char buf[128];
|
char buf[128];
|
||||||
|
|
Loading…
Add table
Reference in a new issue