1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00

fix include path

This commit is contained in:
Brent Cook 2015-03-10 09:07:56 -05:00
parent 6cb8061e8e
commit 26effa7328

@ -37,7 +37,7 @@
#undef X509_CERT_PAIR
#undef X509_NAME
#include "openssl/ssl.h"
#include <openssl/ssl.h>
#ifdef _UNIX
#include "compat_types.h"