Skip to content

Commit c73de0d

Browse files
committed
Update APP_DATA_READY doc string
1 parent 19cba1c commit c73de0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfssl/error-ssl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ enum wolfSSL_ErrorCodes {
184184
TLS13_SECRET_CB_E = -438, /* TLS1.3 secret Cb fcn failure */
185185
DTLS_SIZE_ERROR = -439, /* Trying to send too much data */
186186
NO_CERT_ERROR = -440, /* TLS1.3 - no cert set error */
187-
APP_DATA_READY = -441, /* DTLS1.2 application data ready for read */
187+
APP_DATA_READY = -441, /* Application data ready for read */
188188
TOO_MUCH_EARLY_DATA = -442, /* Too much Early data */
189189
SOCKET_FILTERED_E = -443, /* Session stopped by network filter */
190190
HTTP_RECV_ERR = -444, /* HTTP Receive error */

0 commit comments

Comments
 (0)