aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-25 17:44:11 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-25 17:44:11 +0100
commitb31601975b0be372f6c041868a54024a8d89ad8c (patch)
treea846397393ba9fd869e5c308e3d82f6e0d6fdb66 /src/common/crypto.h
parent1df6b5a734acd381d49a57bb689c7dcd2cd66ad9 (diff)
downloadtor-b31601975b0be372f6c041868a54024a8d89ad8c.tar
tor-b31601975b0be372f6c041868a54024a8d89ad8c.tar.gz
Move DH_GENERATOR to crypto.c.
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index bac6db920..771c49c2d 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. */