Fix Windows build

Redefine inline as in other headers
This commit is contained in:
Andrzej Kurek 2018-02-21 08:49:05 -05:00
parent ff8ddd1cb5
commit 932ebf36e5

View file

@ -34,6 +34,11 @@
#include "ecp.h"
#include "md.h"
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif
/*
* RFC-4492 page 20:
*