mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
minor typo fix
This commit is contained in:
@@ -2996,7 +2996,7 @@ static int DoCertificate(CYASSL* ssl, byte* input, word32* inOutIdx)
|
||||
DecodedCert dCert;
|
||||
int fatal = 0;
|
||||
|
||||
CYASSL_MSG("Veriying Peer's cert");
|
||||
CYASSL_MSG("Verifying Peer's cert");
|
||||
|
||||
InitDecodedCert(&dCert, myCert.buffer, myCert.length, ssl->heap);
|
||||
ret = ParseCertRelative(&dCert, CERT_TYPE, !ssl->options.verifyNone,
|
||||
|
Reference in New Issue
Block a user