Allow code to build during rename

This commit is contained in:
Andras Fekete 2023-09-18 14:47:35 -04:00
parent 1d7c6c94fe
commit 164fc8c5cb

View File

@ -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 */