Moved debug.[ch] to utils folder
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
#include "tls_protection.h"
|
||||
#include "tls_compression.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls_alert.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
ENUM_BEGIN(tls_alert_desc_names, TLS_CLOSE_NOTIFY, TLS_CLOSE_NOTIFY,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls_cache.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <collections/hashtable.h>
|
||||
#include <threading/rwlock.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls_crypto.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
ENUM_BEGIN(tls_cipher_suite_names, TLS_NULL_WITH_NULL_NULL,
|
||||
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "tls.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <library.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "tls_fragmentation.h"
|
||||
|
||||
#include <bio/bio_reader.h>
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
/**
|
||||
* Maximum size of a TLS handshake message we accept
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls_peer.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "tls_protection.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
typedef struct private_tls_protection_t private_tls_protection_t;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
|
||||
typedef struct private_tls_server_t private_tls_server_t;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <threading/thread.h>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user