Moved keys/key_encoding.[ch] to cred_encoding.[ch]
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef PEM_ENCODER_H_
|
||||
#define PEM_ENCODER_H_
|
||||
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
#include <credentials/cred_encoding.h>
|
||||
|
||||
/**
|
||||
* Encoding from ASN.1 to PEM format.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef PGP_ENCODER_H_
|
||||
#define PGP_ENCODER_H_
|
||||
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
#include <credentials/cred_encoding.h>
|
||||
|
||||
/**
|
||||
* Encoding function for PGP fingerprints.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef PKCS1_ENCODER_H_
|
||||
#define PKCS1_ENCODER_H_
|
||||
|
||||
#include <credentials/keys/key_encoding.h>
|
||||
#include <credentials/cred_encoding.h>
|
||||
|
||||
/**
|
||||
* Encoding function for PKCS#1/ASN.1 fingerprints/key formats.
|
||||
|
||||
Reference in New Issue
Block a user