Correct include-path in x509Common.h

The file used a relative path which leads to problems if it is included
by an external Plugin. This commit changes this to an absolute path,
like everywhere else.
This commit is contained in:
Johanna Amann 2018-01-12 10:58:11 -08:00
parent cc738544eb
commit bdb7f62335

View file

@ -6,7 +6,7 @@
#ifndef FILE_ANALYSIS_X509_COMMON #ifndef FILE_ANALYSIS_X509_COMMON
#define FILE_ANALYSIS_X509_COMMON #define FILE_ANALYSIS_X509_COMMON
#include "../File.h" #include "file_analysis/File.h"
#include "Analyzer.h" #include "Analyzer.h"
#include <openssl/x509.h> #include <openssl/x509.h>