X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fhelperfuncs.cpp;h=e019a660bc7871e1d08189251d7169ed30085f89;hb=ccebfe6e637b420bef05e8e0faf29bb19f1883d9;hp=913bc0861b16a2110c1addfcdef5661d3db85665;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 913bc0861..e019a660b 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -536,7 +536,7 @@ unsigned long InspIRCd::GenRandomInt(unsigned long max) return rv % max; } -// This is overridden by a higher-quality algorithm when SSL support is loaded +// This is overridden by a higher-quality algorithm when TLS (SSL) support is loaded void InspIRCd::DefaultGenRandom(char* output, size_t max) { #if defined HAS_ARC4RANDOM_BUF