summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-02-23 17:55:46 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-02-23 17:55:46 +0800
commitd7f215363123812ac2fc8d43e2e5e58d010896e7 (patch)
treebb8192e0e0add580febadd83e37bdf9aefda4185 /options.h
parent26b07ccafc7826fc14c3864ff43bd144fb650002 (diff)
DSS_PROTOK is not necessary now that private keys are included
in the random generation input
Diffstat (limited to 'options.h')
-rw-r--r--options.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/options.h b/options.h
index 9b03cdb..baf668d 100644
--- a/options.h
+++ b/options.h
@@ -129,13 +129,6 @@ much traffic. */
* signing operations slightly slower. */
#define RSA_BLINDING
-/* Define DSS_PROTOK to use PuTTY's method of generating the value k for dss,
- * rather than just from the random byte source. Undefining this will save you
- * ~4k in binary size with static uclibc, but your DSS hostkey could be exposed
- * if the random number source isn't good. It happened to Sony.
- * On systems with a decent random source this isn't required. */
-/* #define DSS_PROTOK */
-
/* Control the memory/performance/compression tradeoff for zlib.
* Set windowBits=8 for least memory usage, see your system's
* zlib.h for full details.