use local includes - openssl

v2.x_pg_PrepStmtBase_240714
Miro Stauder 2 years ago
parent d3ff42e62c
commit b7258e965f

@ -38,11 +38,11 @@
#include <signal.h>
#include <errno.h>
#include <ctype.h>
#include <openssl/bio.h>
#include <openssl/sha.h>
#include <openssl/md5.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "openssl/bio.h"
#include "openssl/sha.h"
#include "openssl/md5.h"
#include "openssl/ssl.h"
#include "openssl/err.h"
#include <poll.h>
#include <execinfo.h>

@ -2,7 +2,7 @@
using json = nlohmann::json;
#define PROXYJSON
#include <openssl/rand.h>
#include "openssl/rand.h"
#include "proxysql.h"
#include "cpp.h"
#include "re2/re2.h"

@ -1,4 +1,4 @@
#include <openssl/rand.h>
#include "openssl/rand.h"
#include "proxysql.h"
#include "cpp.h"
#include "re2/re2.h"

@ -1,4 +1,4 @@
#include <openssl/rand.h>
#include "openssl/rand.h"
#include "proxysql.h"
#include "cpp.h"

@ -9,7 +9,7 @@
#include "MySQL_PreparedStatement.h"
#include "PgSQL_Data_Stream.h"
#include <openssl/x509v3.h>
#include "openssl/x509v3.h"
/*

@ -1,4 +1,4 @@
//#include <openssl/rand.h>
//#include "openssl/rand.h"
#include "proxysql.h"
#include "cpp.h"
/*

@ -11,8 +11,8 @@ using json = nlohmann::json;
#include <unordered_set>
#include <prometheus/exposer.h>
#include <prometheus/counter.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include "openssl/ssl.h"
#include "openssl/err.h"
#include "Base_Thread.h"

@ -12,7 +12,7 @@ using json = nlohmann::json;
#include "MySQL_PreparedStatement.h"
#include "MySQL_Data_Stream.h"
#include <openssl/x509v3.h>
#include "openssl/x509v3.h"
/**

@ -43,7 +43,7 @@ using json = nlohmann::json;
#include "curl/curl.h"
#include <openssl/x509v3.h>
#include "openssl/x509v3.h"
#include <sys/mman.h>
@ -78,7 +78,7 @@ char *binary_sha1 = NULL;
#endif
static pthread_mutex_t *lockarray;
#include <openssl/crypto.h>
#include "openssl/crypto.h"
// this fuction will be called as a deatached thread

@ -1,6 +1,6 @@
#include "proxysql.h"
#include "cpp.h"
#include <openssl/x509v3.h>
#include "openssl/x509v3.h"
static long
get_file_size (const char *filename) {

Loading…
Cancel
Save