refactor: mv net/InverseSockets/SslLogger => net/SslLogger
This commit is contained in:
@ -25,6 +25,8 @@ add_library(net STATIC
|
||||
SocketMultiplexer.h
|
||||
SecureUtils.cpp
|
||||
SecureUtils.h
|
||||
SslLogger.cpp
|
||||
SslLogger.h
|
||||
TCPListenSocket.cpp
|
||||
TCPListenSocket.h
|
||||
TCPSocket.cpp
|
||||
@ -48,8 +50,6 @@ add_library(net STATIC
|
||||
InverseSockets/SecureServerSocket.h
|
||||
InverseSockets/SslApi.cpp
|
||||
InverseSockets/SslApi.h
|
||||
InverseSockets/SslLogger.cpp
|
||||
InverseSockets/SslLogger.h
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "SecureClientSocket.h"
|
||||
#include "SslLogger.h"
|
||||
#include "../SslLogger.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <set>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "SslApi.h"
|
||||
#include "SslLogger.h"
|
||||
#include "../SslLogger.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include "net/FingerprintDatabase.h"
|
||||
#include "net/TCPSocket.h"
|
||||
#include "net/TSocketMultiplexerMethodJob.h"
|
||||
#include <net/InverseSockets/SslLogger.h>
|
||||
#include <net/SslLogger.h>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user