1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-24 12:01:11 +03:00

Merge remote-tracking branch 'public/pr/1375' into development

This commit is contained in:
Simon Butcher
2019-01-23 10:22:25 +01:00
31 changed files with 183 additions and 0 deletions

View File

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