mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
windows shadow fix
This commit is contained in:
@@ -107,7 +107,7 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
CYASSL_API void CTaoCryptErrorString(int error, char* buffer);
|
CYASSL_API void CTaoCryptErrorString(int err, char* buff);
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -130,7 +130,7 @@ enum CyaSSL_ErrorCodes {
|
|||||||
|
|
||||||
|
|
||||||
CYASSL_LOCAL
|
CYASSL_LOCAL
|
||||||
void SetErrorString(int error, char* buffer);
|
void SetErrorString(int err, char* buff);
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user