Moved data structures to new collections subfolder
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef PKCS10_H_
|
||||
#define PKCS10_H_
|
||||
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
#include <credentials/certificates/certificate.h>
|
||||
|
||||
typedef struct pkcs10_t pkcs10_t;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef X509_H_
|
||||
#define X509_H_
|
||||
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
#include <credentials/certificates/certificate.h>
|
||||
|
||||
/* constraints are currently restricted to the range 0..127 */
|
||||
|
||||
Reference in New Issue
Block a user