RaymiiOrg / CertInfo

Which Root Certificates should you trust?
https://raymii.org/s/software/Which_Root_Certificates_Should_You_Trust_CertInfo.html
GNU General Public License v3.0
43 stars 2 forks source link

More case sensitive filenames #4

Closed Salz closed 8 months ago

Salz commented 8 months ago

The build still fails on linux, because CAIssuerFilter.h and CAIssuerListProxy.h are lower case in the git repository. These need to be fixed in src/listmodel/caissuerfilter.cpp and src/listmodel/caissuerlistproxy.cpp (lower case the include), or rename the files in the repository to the correct case.

RaymiiOrg commented 8 months ago

I removed those files since they were unused