Changeset 9756 in ntrip


Ignore:
Timestamp:
Jun 2, 2022, 1:42:18 PM (23 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsslconfig.cpp

    r9753 r9756  
    5151  //                                      QSsl::Pem, QRegExp::Wildcard);
    5252  QDir dir(dirName);
    53   QStringList nameFilters; nameFilters << "*.crt";
     53  QStringList nameFilters;
     54  nameFilters << "*.crt";
     55  nameFilters << "*.pem";
    5456  QStringList fileNames = dir.entryList(nameFilters, QDir::Files);
    5557  QStringListIterator it(fileNames);
Note: See TracChangeset for help on using the changeset viewer.