From da9724e6d0fe82db4191a2d15919b365f0f210b0 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 Jul 2010 11:28:04 +0200 Subject: Renamed key_encod{ing,der}_t and constants, prepare for generic credential encoding --- src/libstrongswan/plugins/pgp/pgp_cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstrongswan/plugins/pgp/pgp_cert.c') diff --git a/src/libstrongswan/plugins/pgp/pgp_cert.c b/src/libstrongswan/plugins/pgp/pgp_cert.c index c4bdff69d..ab0b24e82 100644 --- a/src/libstrongswan/plugins/pgp/pgp_cert.c +++ b/src/libstrongswan/plugins/pgp/pgp_cert.c @@ -347,7 +347,7 @@ static bool parse_public_key(private_pgp_cert_t *this, chunk_t packet) else { /* V3 fingerprint is computed by public_key_t class */ - if (!this->key->get_fingerprint(this->key, KEY_ID_PGPV3, + if (!this->key->get_fingerprint(this->key, KEYID_PGPV3, &this->fingerprint)) { return FALSE; -- cgit v1.2.3