diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 11:30:19 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 11:30:19 +0000 |
commit | 5796aa164d79b2ffaf2839b281d490be6a72d1d8 (patch) | |
tree | 4031a623426b19bf03b2c61cd73a504e218fb1fb /Source/charon/transforms/hashers/hasher_md5.h | |
parent | 95c61cb956505cdb0a91c8c8cd134dda3aac744d (diff) | |
download | strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.bz2 strongswan-5796aa164d79b2ffaf2839b281d490be6a72d1d8.tar.xz |
- typedefs changed
Diffstat (limited to 'Source/charon/transforms/hashers/hasher_md5.h')
-rw-r--r-- | Source/charon/transforms/hashers/hasher_md5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/transforms/hashers/hasher_md5.h b/Source/charon/transforms/hashers/hasher_md5.h index cc7c6c32a..d7e9124ee 100644 --- a/Source/charon/transforms/hashers/hasher_md5.h +++ b/Source/charon/transforms/hashers/hasher_md5.h @@ -27,13 +27,13 @@ #include <transforms/hashers/hasher.h> +typedef struct hasher_md5_t hasher_md5_t; + /** * Object representing the md5 hasher * */ -typedef struct hasher_md5_s hasher_md5_t; - -struct hasher_md5_s { +struct hasher_md5_t { /** * generic hasher_t interface for this hasher |