From 43b83008967893d92cb5d59864316c1aa564899e Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 4 Mar 2013 12:30:36 -0800 Subject: [PATCH] windows shadow fix --- cyassl/ctaocrypt/error.h | 2 +- cyassl/error.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyassl/ctaocrypt/error.h b/cyassl/ctaocrypt/error.h index 204600721..c7b24eb83 100644 --- a/cyassl/ctaocrypt/error.h +++ b/cyassl/ctaocrypt/error.h @@ -107,7 +107,7 @@ enum { }; -CYASSL_API void CTaoCryptErrorString(int error, char* buffer); +CYASSL_API void CTaoCryptErrorString(int err, char* buff); #ifdef __cplusplus diff --git a/cyassl/error.h b/cyassl/error.h index 2f222051a..04bb689a8 100644 --- a/cyassl/error.h +++ b/cyassl/error.h @@ -130,7 +130,7 @@ enum CyaSSL_ErrorCodes { CYASSL_LOCAL -void SetErrorString(int error, char* buffer); +void SetErrorString(int err, char* buff); #ifdef __cplusplus