From: Andreas Steffen Date: Sat, 12 Sep 2009 15:39:15 +0000 (+0200) Subject: corrected captions X-Git-Tag: 4.3.5rc1~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beace4af14b35070f027a2a00cff6da5f2d55ad4;p=thirdparty%2Fstrongswan.git corrected captions --- diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c index 16d4b586aa..bfb3d11132 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) {