From beace4af14b35070f027a2a00cff6da5f2d55ad4 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 12 Sep 2009 17:39:15 +0200 Subject: [PATCH] corrected captions --- src/libstrongswan/plugins/x509/x509_cert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c index 16d4b586a..bfb3d1113 100644 --- a/src/libstrongswan/plugins/x509/x509_cert.c +++ b/src/libstrongswan/plugins/x509/x509_cert.c @@ -126,7 +126,7 @@ struct private_x509_cert_t { linked_list_t *ocsp_uris; /** - * certificates embedded public key + * certificate's embedded public key */ public_key_t *public_key; @@ -960,7 +960,7 @@ static public_key_t* get_public_key(private_x509_cert_t *this) } /** - * Implementation of certificate_t.asdf + * Implementation of certificate_t.get_ref */ static private_x509_cert_t* get_ref(private_x509_cert_t *this) { @@ -1095,7 +1095,7 @@ static enumerator_t* create_crl_uri_enumerator(private_x509_cert_t *this) } /** - * Implementation of certificate_t.asdf + * Implementation of certificate_t.destroy. */ static void destroy(private_x509_cert_t *this) {