From 68d8b7a537763e086ca10e8d0e9a85815adae187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:56 +0200 Subject: [PATCH] Additional k => tde renaming and fixes --- qca-tls.cpp | 4 ++-- 1 file 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 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();