Mercurial > trustbridge
view ui/certificatelist.cpp @ 4:9849250f50f2
Start implementation of certificatelist parser
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 11 Feb 2014 16:46:02 +0000 |
parents | |
children | 992c0ec57660 |
line wrap: on
line source
#include "certificatelist.h" CertificateList::CertificateList(char *fileName) { void *data = NULL; list_status_t status = Unknown; int size = 0; status = readAndVerifyList(fileName, data, &size); qDebug() << "Read and verify list finished. Status is: " << status; }