Merge pull request #14 from aaronjense/remove-WC_INLINE-redefine
Removed redefine of WC_INLINE if using FIPS.pull/15/head
commit
390c5ad7ba
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue