Fix aes.c

This commit is contained in:
Hamish Coleman 2023-06-15 21:39:54 +01:00
parent f6cebecd01
commit 991a8bc59f

View File

@ -17,12 +17,12 @@
*/
#include <endian.h> // for be32toh, htobe32
#include <stdint.h> // for uint32_t, uint8_t
#include <stdlib.h> // for calloc, free
#include <string.h> // for memcpy, size_t
#include "aes.h" // for AES_BLOCK_SIZE, aes_context_t, AES128_KEY_BYTES
#include "n2n.h" // for TRACE_ERROR, traceEvent
#include "portable_endian.h" // for be32toh, htobe32
#if defined (HAVE_OPENSSL_1_1) // openSSL 1.1 ---------------------------------------------------------------------