Browse Source

Fix aes.c

pull/1119/head
Hamish Coleman 1 year ago
parent
commit
991a8bc59f
  1. 2
      src/aes.c

2
src/aes.c

@ -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 ---------------------------------------------------------------------

Loading…
Cancel
Save