Mercurial > dropbear
diff sysoptions.h @ 855:04ede40a529a
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
- Don't warn about blocking random device for prngd
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 21:36:45 +0800 |
parents | 7507b174bba0 |
children | e894dbc015ba |
line wrap: on
line diff
--- a/sysoptions.h Thu Nov 14 20:45:46 2013 +0800 +++ b/sysoptions.h Thu Nov 14 21:36:45 2013 +0800 @@ -76,6 +76,7 @@ #define SHA1_HASH_SIZE 20 #define MD5_HASH_SIZE 16 +#define MAX_HASH_SIZE 64 /* sha512 */ #define MAX_KEY_LEN 32 /* 256 bits for aes256 etc */ #define MAX_IV_LEN 20 /* must be same as max blocksize, */