From b6d322cd1422c4fca9a15837075bad61115c8cd9 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 8 Feb 2019 14:27:19 -0700 Subject: [PATCH] fix typo revcd vs recvd and spell out to avoid confusion: received --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index b7b209836..c7bba481b 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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";