Merge pull request #272 from Logan007/fixN2nH

ifdef'ed openSSL-includes for use with AES present only
This commit is contained in:
Luca Deri 2020-06-24 08:59:40 +02:00 committed by GitHub
commit 9f4c0fca54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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