Remove globals from mbedcrypto.cpp.

This commit is contained in:
Jonathan Hui
2016-09-07 13:30:22 -07:00
parent 28a564548c
commit 9e39426f01
19 changed files with 380 additions and 234 deletions
+3
View File
@@ -30,8 +30,11 @@
#include <openthread.h>
#include <common/debug.hpp>
#include <crypto/aes_ccm.hpp>
#include <crypto/mbedtls.hpp>
#include <string.h>
static Thread::Crypto::MbedTls mbedtls;
extern"C" void otSignalTaskletPending(void)
{
}