remove name decorator from wolfcrypt error reporting function prototypes

This commit is contained in:
John Safranek
2015-08-21 21:49:43 -07:00
parent 5ce39e147d
commit bd65b06459

View File

@ -27,8 +27,6 @@
#ifdef HAVE_FIPS
#include <cyassl/ctaocrypt/error-crypt.h>
#define wc_ErrorString CTaoCryptErrorString
#define wc_GetErrorString CTaoCryptGetErrorString
#endif /* HAVE_FIPS */
#ifdef __cplusplus