We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d7c6c9 + 164fc8c commit 1149522Copy full SHA for 1149522
1 file changed
wolfssl/wolfcrypt/error-crypt.h
@@ -50,6 +50,7 @@ enum {
50
WC_TIMEOUT_E = -107, /* timeout error */
51
WC_PENDING_E = -108, /* wolfCrypt operation pending (would block) */
52
WC_NOT_PENDING_E = -109, /* wolfCrypt operation not pending */
53
+ WC_NO_PENDING_E = -109, /* no asynchronous operation not pending */
54
55
MP_INIT_E = -110, /* mp_init error state */
56
MP_READ_E = -111, /* mp_read error state */
0 commit comments