]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/helperfuncs.cpp
Update user-facing text and comments of SSL to TLS.
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
index 913bc0861b16a2110c1addfcdef5661d3db85665..e019a660bc7871e1d08189251d7169ed30085f89 100644 (file)
@@ -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