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 TlsCipherMAC: public TlsCipher