Skip to content

Commit 1149522

Browse files
authored
Merge pull request #6784 from bandi13/renameAsyncEnum
Allow code to build during rename
2 parents 1d7c6c9 + 164fc8c commit 1149522

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssl/wolfcrypt/error-crypt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ enum {
5050
WC_TIMEOUT_E = -107, /* timeout error */
5151
WC_PENDING_E = -108, /* wolfCrypt operation pending (would block) */
5252
WC_NOT_PENDING_E = -109, /* wolfCrypt operation not pending */
53+
WC_NO_PENDING_E = -109, /* no asynchronous operation not pending */
5354

5455
MP_INIT_E = -110, /* mp_init error state */
5556
MP_READ_E = -111, /* mp_read error state */

0 commit comments

Comments
 (0)