From 5a7a88b8431301cf9c2019249be542825c00571c Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Thu, 24 Feb 2011 12:45:17 +0000
Subject: [PATCH] It happened to sony

--HG--
extra : convert_revision : c2d5690ca9ed85c7d75dd9cc2c150de50503aa3b
---
 options.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/options.h b/options.h
index f151cdb6..23bac9d7 100644
--- a/options.h
+++ b/options.h
@@ -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.
-- 
GitLab