mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 09:10:52 +02:00
Merge pull request #2080 from kaleb-himes/ZD4795
fix typo revcd vs recvd and spell out to avoid confusion: received
This commit is contained in:
+1
-1
@@ -15525,7 +15525,7 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
|
||||
return "error during decryption";
|
||||
|
||||
case FATAL_ERROR :
|
||||
return "revcd alert fatal error";
|
||||
return "received alert fatal error";
|
||||
|
||||
case ENCRYPT_ERROR :
|
||||
return "error during encryption";
|
||||
|
||||
Reference in New Issue
Block a user