Add a reason text for APP_DATA_READY

This commit is contained in:
Juliusz Sosinowicz
2021-06-23 13:43:56 +02:00
parent 2923d812bd
commit 4eff3ff3dd

View File

@ -19553,6 +19553,9 @@ const char* wolfSSL_ERR_reason_error_string(unsigned long e)
case NO_CERT_ERROR:
return "TLS1.3 No Certificate Set Error";
case APP_DATA_READY:
return "Application data is available for reading";
case TOO_MUCH_EARLY_DATA:
return "Too much early data";