aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-22 14:34:10 +0200
committerMartin Willi <martin@strongswan.org>2009-10-22 14:34:10 +0200
commit4952dc11da5411a29477c155388bba0a313f21b5 (patch)
tree0e783bd9729d3d4de411ce1ffbd789d1d14c56a1 /src/libstrongswan/crypto/hashers
parent80252c8a46e952d2af335530206ba4c81a7905ad (diff)
downloadstrongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.bz2
strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.xz
Fixed all doxygen warnings
Diffstat (limited to 'src/libstrongswan/crypto/hashers')
-rw-r--r--src/libstrongswan/crypto/hashers/hasher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/hashers/hasher.h b/src/libstrongswan/crypto/hashers/hasher.h
index 1449f9792..9fa043c7e 100644
--- a/src/libstrongswan/crypto/hashers/hasher.h
+++ b/src/libstrongswan/crypto/hashers/hasher.h
@@ -130,7 +130,7 @@ int hasher_algorithm_to_oid(hash_algorithm_t alg);
* Conversion of hash signature algorithm into ASN.1 OID.
*
* @param alg hash algorithm
- * @param alg public key type
+ * @param key public key type
* @return ASN.1 OID if, or OID_UNKNOW
*/
int hasher_signature_algorithm_to_oid(hash_algorithm_t alg, key_type_t key);