strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adding enum elements for MD4 and DES (ECB)
[strongswan.git]
/
src
/
libstrongswan
/
crypto
/
hashers
/
hasher.h
diff --git
a/src/libstrongswan/crypto/hashers/hasher.h
b/src/libstrongswan/crypto/hashers/hasher.h
index
a374da0
..
271d870
100644
(file)
--- a/
src/libstrongswan/crypto/hashers/hasher.h
+++ b/
src/libstrongswan/crypto/hashers/hasher.h
@@
-44,9
+44,11
@@
enum hash_algorithm_t {
HASH_SHA256 = 5,
HASH_SHA384 = 6,
HASH_SHA512 = 7,
+ HASH_MD4 = 8,
};
#define HASH_SIZE_MD2 16
+#define HASH_SIZE_MD4 16
#define HASH_SIZE_MD5 16
#define HASH_SIZE_SHA1 20
#define HASH_SIZE_SHA256 32