Moved data structures to new collections subfolder
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
|
||||
typedef struct private_openssl_crl_t private_openssl_crl_t;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
#include <debug.h>
|
||||
#include <asn1/oid.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
|
||||
typedef struct private_openssl_x509_t private_openssl_x509_t;
|
||||
|
||||
Reference in New Issue
Block a user