Merge pull request #14 from aaronjense/remove-WC_INLINE-redefine

Removed redefine of WC_INLINE if using FIPS.
pull/15/head
Chris Conlon 2018-07-06 15:53:51 -06:00 committed by GitHub
commit 390c5ad7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@
/* #define WOLFCRYPT_JNI_DEBUG_ON */
#include <wolfcrypt_jni_debug.h>
#ifdef HAVE_FIPS
#define WC_INLINE INLINE
#endif
/* copy from cyassl/hmac.c */
static WC_INLINE int GetHashSizeByType(int type)
{