Moved keys/key_encoding.[ch] to cred_encoding.[ch]
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include "key_encoding.h"
|
||||
#include "cred_encoding.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct private_key_t private_key_t;
|
||||
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
#include <credentials/cred_encoding.h>
|
||||
#include <credentials/keys/public_key.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -28,7 +28,7 @@ typedef enum signature_scheme_t signature_scheme_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <utils/identification.h>
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
#include <credentials/cred_encoding.h>
|
||||
|
||||
/**
|
||||
* Type of a key pair, the used crypto system
|
||||
|
||||
Reference in New Issue
Block a user