Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16

This commit is contained in:
Jaeden Amero 2019-01-30 16:09:08 +00:00
commit f0f8c09178
31 changed files with 183 additions and 0 deletions

View file

@ -36,6 +36,12 @@
#ifndef MBEDTLS_ECP_H
#define MBEDTLS_ECP_H
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "bignum.h"
/*