- applied some -W's from strongswan

- fixed that warnings
This commit is contained in:
Martin Willi
2006-05-09 07:34:25 +00:00
parent 24953b5e18
commit f768bdc3f3
62 changed files with 147 additions and 145 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ static void destroy(private_md5_hasher_t *this)
/*
* Described in header.
*/
md5_hasher_t *md5_hasher_create()
md5_hasher_t *md5_hasher_create(void)
{
private_md5_hasher_t *this = malloc_thing(private_md5_hasher_t);