aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_hasher.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-03-24 17:43:01 +0000
committerMartin Willi <martin@strongswan.org>2009-03-24 17:43:01 +0000
commit1490ff4d9bc558e4eaa9cea875f2ab13cb60be0b (patch)
tree546bb2e924916186aed4092684e413a096a558cc /src/libstrongswan/plugins/openssl/openssl_hasher.h
parente4838d02b3d471a2b625c9fe23497e549bc88f7e (diff)
downloadstrongswan-1490ff4d9bc558e4eaa9cea875f2ab13cb60be0b.tar.bz2
strongswan-1490ff4d9bc558e4eaa9cea875f2ab13cb60be0b.tar.xz
updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
Diffstat (limited to 'src/libstrongswan/plugins/openssl/openssl_hasher.h')
-rw-r--r--src/libstrongswan/plugins/openssl/openssl_hasher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_hasher.h b/src/libstrongswan/plugins/openssl/openssl_hasher.h
index 065d372f1..09766cc32 100644
--- a/src/libstrongswan/plugins/openssl/openssl_hasher.h
+++ b/src/libstrongswan/plugins/openssl/openssl_hasher.h
@@ -42,9 +42,8 @@ struct openssl_hasher_t {
* Constructor to create openssl_hasher_t.
*
* @param algo algorithm
- * @param key_size key size in bytes
* @return openssl_hasher_t, NULL if not supported
*/
openssl_hasher_t *openssl_hasher_create(hash_algorithm_t algo);
-#endif /* OPENSSL_HASHER_H_ @}*/
+#endif /** OPENSSL_HASHER_H_ @}*/