Skip to content

Commit

Permalink
Merge pull request #6784 from bandi13/renameAsyncEnum
Browse files Browse the repository at this point in the history
Allow code to build during rename
  • Loading branch information
dgarske authored Sep 18, 2023
2 parents 1d7c6c9 + 164fc8c commit 1149522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wolfssl/wolfcrypt/error-crypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enum {
WC_TIMEOUT_E = -107, /* timeout error */
WC_PENDING_E = -108, /* wolfCrypt operation pending (would block) */
WC_NOT_PENDING_E = -109, /* wolfCrypt operation not pending */
WC_NO_PENDING_E = -109, /* no asynchronous operation not pending */

MP_INIT_E = -110, /* mp_init error state */
MP_READ_E = -111, /* mp_read error state */
Expand Down

0 comments on commit 1149522

Please sign in to comment.