aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers/hasher.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-11-16 17:13:36 +0100
committerTobias Brunner <tobias@strongswan.org>2017-11-17 09:30:53 +0100
commitdfd5f090fbda09234a5d3091ea7398dbc6f322c5 (patch)
tree5bef04c61b0ed25fadbc66b4b26832384278f8ed /src/libstrongswan/crypto/hashers/hasher.h
parentce4aebe00abfeb0bcaa6c5bf04c0524ed5ee4743 (diff)
downloadstrongswan-dfd5f090fbda09234a5d3091ea7398dbc6f322c5.tar.bz2
strongswan-dfd5f090fbda09234a5d3091ea7398dbc6f322c5.tar.xz
hasher: Add uppercase short names for hash algorithms
Diffstat (limited to 'src/libstrongswan/crypto/hashers/hasher.h')
-rw-r--r--src/libstrongswan/crypto/hashers/hasher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/hashers/hasher.h b/src/libstrongswan/crypto/hashers/hasher.h
index d1f11fa1c..41654553d 100644
--- a/src/libstrongswan/crypto/hashers/hasher.h
+++ b/src/libstrongswan/crypto/hashers/hasher.h
@@ -74,6 +74,11 @@ extern enum_name_t *hash_algorithm_names;
extern enum_name_t *hash_algorithm_short_names;
/**
+ * Uppercase short names for hash_algorithm_names
+ */
+extern enum_name_t *hash_algorithm_short_names_upper;
+
+/**
* Generic interface for all hash functions.
*/
struct hasher_t {