Browse Source

ifdef'ed openSSL-includes for use with AES present only

pull/272/head
Logan007 4 years ago
parent
commit
62d811edf5
  1. 2
      include/n2n.h

2
include/n2n.h

@ -135,8 +135,10 @@ typedef struct ether_hdr ether_hdr_t;
#include <assert.h>
#include <sys/stat.h>
#include <stdint.h>
#ifdef N2N_HAVE_AES
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#endif
#include "minilzo.h"
#include "n2n_define.h"

Loading…
Cancel
Save