- Some fixes for old compilers like tru64 v4 from Daniel Richard G.

- Don't warn about blocking random device for prngd
This commit is contained in:
Matt Johnston
2013-11-14 21:36:45 +08:00
parent 8c8ecec3e9
commit a65f84db38
10 changed files with 52 additions and 24 deletions

View File

@@ -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, */