Renamed key_encod{ing,der}_t and constants, prepare for generic credential encoding
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
static int pub()
|
||||
{
|
||||
key_encoding_type_t form = KEY_PUB_SPKI_ASN1_DER;
|
||||
cred_encoding_type_t form = PUBKEY_SPKI_ASN1_DER;
|
||||
credential_type_t type = CRED_PRIVATE_KEY;
|
||||
int subtype = KEY_RSA;
|
||||
certificate_t *cert;
|
||||
|
||||
Reference in New Issue
Block a user