diff options
Diffstat (limited to 'qca-tls.cpp')
-rw-r--r-- | qca-tls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qca-tls.cpp b/qca-tls.cpp index 25f9e77..4fc9c45 100644 --- a/qca-tls.cpp +++ b/qca-tls.cpp @@ -642,7 +642,7 @@ static TQValueList<TQCA_CertProperty> nameToProperties(struct X509_name_st *name TQCString c; c.resize(as->length+1); strncpy(c.data(), (char *)as->data, as->length); - p.val = TQString::tqfromLatin1(c); + p.val = TQString::fromLatin1(c); list += p; } |