Moved data structures to new collections subfolder
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "tls_alert.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
ENUM_BEGIN(tls_alert_desc_names, TLS_CLOSE_NOTIFY, TLS_CLOSE_NOTIFY,
|
||||
"close notify",
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#include "tls_cache.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <utils/hashtable.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <collections/hashtable.h>
|
||||
#include <threading/rwlock.h>
|
||||
|
||||
typedef struct private_tls_cache_t private_tls_cache_t;
|
||||
|
||||
Reference in New Issue
Block a user