diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-11-25 17:44:11 +0100 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-11-25 17:44:11 +0100 |
commit | b31601975b0be372f6c041868a54024a8d89ad8c (patch) | |
tree | a846397393ba9fd869e5c308e3d82f6e0d6fdb66 /src/common/crypto.h | |
parent | 1df6b5a734acd381d49a57bb689c7dcd2cd66ad9 (diff) | |
download | tor-b31601975b0be372f6c041868a54024a8d89ad8c.tar.gz tor-b31601975b0be372f6c041868a54024a8d89ad8c.zip |
Move DH_GENERATOR to crypto.c.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index bac6db920a..771c49c2d1 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -29,8 +29,6 @@ #define PK_BYTES (1024/8) /** Length of our DH keys. */ #define DH_BYTES (1024/8) -/** Our DH 'g' parameter */ -#define DH_GENERATOR 2 /** Length of a sha1 message digest when encoded in base64 with trailing = * signs removed. */ |