diff options
Diffstat (limited to 'src/pconfig.h')
-rw-r--r-- | src/pconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pconfig.h b/src/pconfig.h index e13f7ee..5c642ee 100644 --- a/src/pconfig.h +++ b/src/pconfig.h @@ -88,6 +88,8 @@ enum { kAutomatic_close_timeout = 60, // Seconds! /** size of md5 digest in bytes */ kMD5_digest_size = 16, + /** size of sha512 digest in bytes */ + kSHA512_digest_size = 64, /** These constants are used to indicate the protocol state. The protocol * works as follows: * - The identifier is used by both the proxy and the forwarder |