Add potential missing inline definition

Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
Chien Wong 2023-08-10 12:24:43 +08:00
parent 12f6f28e15
commit 8aa8d78ed9
No known key found for this signature in database
GPG Key ID: 5CA58A39FA4122AD

View File

@ -42,6 +42,11 @@
#include "mbedtls/bignum.h"
#if (defined(__ARMCC_VERSION) || defined(_MSC_VER)) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif
/*
* ECP error codes
*/