Browse Source

Merge pull request #272 from Logan007/fixN2nH

ifdef'ed openSSL-includes for use with AES present only
pull/275/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
9f4c0fca54
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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