Migrating from PolarSSL to MBEDTLS 3.1 (formerly PolarSSL).

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-01-24 18:14:42 +01:00
parent 62beedfccc
commit 756d9a3d5b
97 changed files with 44824 additions and 6389 deletions

2
ac.c
View File

@@ -27,7 +27,7 @@
#include "config.h"
#include "gnuk.h"
#include "sha256.h"
#include "mbedtls/sha256.h"
#include "random.h"
uint8_t volatile auth_status; /* Initialized to AC_NONE_AUTHORIZED */