aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-06-19 13:32:24 +0200
committerTobias Brunner <tobias@strongswan.org>2012-06-19 13:32:59 +0200
commit5d227c79a93f70931fc1a28b932173ddc8cac69a (patch)
tree4add938b0bf4ba95aa01b2664a611eee2aaafe85
parent87f8ff168b4e04e90d0e37f2a395e02ec6752e37 (diff)
downloadstrongswan-5d227c79a93f70931fc1a28b932173ddc8cac69a.tar.bz2
strongswan-5d227c79a93f70931fc1a28b932173ddc8cac69a.tar.xz
Doxygen fix in PKCS#7 wrapper
-rw-r--r--src/libstrongswan/crypto/pkcs7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/pkcs7.h b/src/libstrongswan/crypto/pkcs7.h
index 98b3ca863..7c9a6b037 100644
--- a/src/libstrongswan/crypto/pkcs7.h
+++ b/src/libstrongswan/crypto/pkcs7.h
@@ -120,7 +120,7 @@ struct pkcs7_t {
/**
* Get attributes.
*
- * @reutrn attributes (internal data)
+ * @return attributes (internal data)
*/
pkcs9_t *(*get_attributes) (pkcs7_t *this);