From 1e7d4eb7114f80a52dde1f9471aaa42d0c1cc787 Mon Sep 17 00:00:00 2001
From: anonimal <anonimal@i2pmail.org>
Date: Thu, 15 Oct 2015 06:55:43 +0000
Subject: [PATCH] Add note about TLS and ticket #244.

---
 core/Reseed.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/Reseed.cpp b/core/Reseed.cpp
index c1f52d16..9bc096df 100644
--- a/core/Reseed.cpp
+++ b/core/Reseed.cpp
@@ -491,7 +491,11 @@ namespace data
         LogPrint (eLogInfo, numCertificates, " certificates loaded");
     }   
 
-//-------------------------------------------------------------
+/*------------------------------------------------------------------
+    TLS has nothing to do with the reseed process (except for HTTPS)
+    Once #244 is resolved, this will all be axed - so moving the
+    following to util.cpp is not worth the effort for now.
+/------------------------------------------------------------------*/
 
     template<class Hash>
     class TlsCipherMAC: public TlsCipher