summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qca-tls.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qca-tls.cpp b/qca-tls.cpp
index 4fc9c45..42e4099 100644
--- a/qca-tls.cpp
+++ b/qca-tls.cpp
@@ -649,7 +649,7 @@ static TQValueList<TQCA_CertProperty> nameToProperties(struct X509_name_st *name
return list;
}
-// (taken from kdelibs) -- Justin
+// (taken from tdelibs) -- Justin
//
// This code is mostly taken from OpenSSL v0.9.5a
// by Eric Young
@@ -690,7 +690,7 @@ auq_err:
return qdt;
}
-// (adapted from kdelibs) -- Justin
+// (adapted from tdelibs) -- Justin
static bool cnMatchesAddress(const TQString &_cn, const TQString &peerHost)
{
TQString cn = _cn.stripWhiteSpace().lower();