diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-02-24 12:45:17 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-02-24 12:45:17 +0000 |
commit | 5a7a88b8431301cf9c2019249be542825c00571c (patch) | |
tree | 89f0c3df1fcf2c2b0cc2c9cd328790d057f57946 /options.h | |
parent | 0ffdf2bba9d3aa8ed973eead97aded196010b797 (diff) |
It happened to sony
--HG--
extra : convert_revision : c2d5690ca9ed85c7d75dd9cc2c150de50503aa3b
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -128,7 +128,8 @@ much traffic. */ /* 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. In general this isn't required */ + * 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. |