Fixed typo in error message for server-psk.c
parent
a71cd72db7
commit
ead710ce8b
|
@ -54,7 +54,7 @@ int Respond(WOLFSSL* ssl)
|
|||
}
|
||||
}
|
||||
if (n < 0) {
|
||||
printf("Fatal error :espond: read error\n");
|
||||
printf("Fatal error :respond: read error\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue