diff options
author | Andreas Steffen <andreas@strongswan.org> | 2009-09-12 17:39:15 +0200 |
---|---|---|
committer | Andreas Steffen <andreas@strongswan.org> | 2009-09-12 17:39:15 +0200 |
commit | beace4af14b35070f027a2a00cff6da5f2d55ad4 (patch) | |
tree | 1212185ab28ea6dfa3c4f883e2d5066d3ec78f70 /src/libstrongswan/plugins/x509 | |
parent | 4da11016e7a236e122e68a8924e63be7255c6a19 (diff) | |
download | strongswan-beace4af14b35070f027a2a00cff6da5f2d55ad4.tar.bz2 strongswan-beace4af14b35070f027a2a00cff6da5f2d55ad4.tar.xz |
corrected captions
Diffstat (limited to 'src/libstrongswan/plugins/x509')
-rw-r--r-- | src/libstrongswan/plugins/x509/x509_cert.c | 6 |
1 files 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) { |