fix typo revcd vs recvd and spell out to avoid confusion: received

This commit is contained in:
kaleb-himes
2019-02-08 14:27:19 -07:00
parent e52f4494f0
commit b6d322cd14

View File

@@ -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";