esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
port.hpp
Go to the documentation of this file.
1 #ifndef NDNPH_PORT_EC_PORT_HPP
2 #define NDNPH_PORT_EC_PORT_HPP
3 
4 #if defined(NDNPH_PORT_EC_CUSTOM)
5 // using custom ECDSA ECDH port
6 #elif defined(NDNPH_HAVE_MBED)
7 #define NDNPH_PORT_EC_MBED
8 #include "mbed.hpp"
9 #else
10 #define NDNPH_PORT_EC_NULL
11 #include "null.hpp"
12 #endif
13 
14 #endif // NDNPH_PORT_EC_PORT_HPP