Skip to content

Commit 164fc8c

Browse files
author
Andras Fekete
committed
Allow code to build during rename
1 parent 1d7c6c9 commit 164fc8c

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)