Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In file included from ./wolfssl/error-ssl.h:27, from ./wolfssl/ssl.h:35, from ./wolfssl/internal.h:28, from src/ssl.c:36: ./src/x509_str.c: In function 'int X509StoreLoadCertBuffer(WOLFSSL_X509_STORE*, byte*, word32, int)': ./wolfssl/wolfcrypt/error-crypt.h:336:37: error: 'CONST_NUM_ERR_WOLFSSL_SUCCESS' was not declared in this scope; did you mean 'CONST_NUM_ERR_WOLFSSL_UNKNOWN'? 336 | #define WC_NO_ERR_TRACE(label) (CONST_NUM_ERR_ ## label) | ^~~~~~~~~~~~~~ ./src/x509_str.c:1456:15: note: in expansion of macro 'WC_NO_ERR_TRACE' 1456 | int ret = WC_NO_ERR_TRACE(WOLFSSL_SUCCESS); | ^~~~~~~~~~~~~~~
- Loading branch information