From ae0efe32f972e7a19efb5cba1dfebd7ee22d74e9 Mon Sep 17 00:00:00 2001 From: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:03:20 +0300 Subject: [PATCH] Add libpcrypto I'm doing this at 0:03, this is my excuse. Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com> --- client/src/cmddata.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmddata.c b/client/src/cmddata.c index 2f1e4cb2b..9b25e7791 100644 --- a/client/src/cmddata.c +++ b/client/src/cmddata.c @@ -39,6 +39,7 @@ #include "mbedtls/entropy.h" // #include "mbedtls/ctr_drbg.h" // random generator #include "atrs.h" // ATR lookup +#include "crypto/libpcrypto.h" // Cryptography uint8_t g_DemodBuffer[MAX_DEMOD_BUF_LEN] = { 0x00 }; size_t g_DemodBufferLen = 0;