From bd65b06459513463513cc28a8299c4ac107b5443 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Fri, 21 Aug 2015 21:49:43 -0700 Subject: [PATCH] remove name decorator from wolfcrypt error reporting function prototypes --- wolfssl/wolfcrypt/error-crypt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/wolfssl/wolfcrypt/error-crypt.h b/wolfssl/wolfcrypt/error-crypt.h index 340d1db75..6e783085c 100644 --- a/wolfssl/wolfcrypt/error-crypt.h +++ b/wolfssl/wolfcrypt/error-crypt.h @@ -27,8 +27,6 @@ #ifdef HAVE_FIPS #include - #define wc_ErrorString CTaoCryptErrorString - #define wc_GetErrorString CTaoCryptGetErrorString #endif /* HAVE_FIPS */ #ifdef __cplusplus