summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/sha2/sha2_hasher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/plugins/sha2/sha2_hasher.h')
-rw-r--r--src/libstrongswan/plugins/sha2/sha2_hasher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/sha2/sha2_hasher.h b/src/libstrongswan/plugins/sha2/sha2_hasher.h
index 11f4fac26..ed57ae0bd 100644
--- a/src/libstrongswan/plugins/sha2/sha2_hasher.h
+++ b/src/libstrongswan/plugins/sha2/sha2_hasher.h
@@ -32,7 +32,7 @@ typedef struct sha2_hasher_t sha2_hasher_t;
* the SHA hash algorithm.
*/
struct sha2_hasher_t {
-
+
/**
* Generic hasher_t interface for this hasher.
*/
@@ -41,7 +41,7 @@ struct sha2_hasher_t {
/**
* Creates a new sha2_hasher_t.
- *
+ *
* @param algorithm HASH_SHA256, HASH_SHA384 or HASH_SHA512
* @return sha2_hasher_t object, NULL if not supported
*/