Skip to content

Commit

Permalink
ifdef'ed openSSL-includes for use with AES present only
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan007 committed Jun 22, 2020
1 parent 159a088 commit 62d811e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/n2n.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62d811e

Please sign in to comment.