mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
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:
parent
cc738544eb
commit
bdb7f62335
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue