Skip to content

Commit

Permalink
Allow code to build during rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Sep 18, 2023
1 parent 1d7c6c9 commit 164fc8c
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 164fc8c

Please sign in to comment.