view ui/certificate_linux.cpp @ 27:62cd56cea09b

Start on polarssl Downloader. This breaks the windows build for now
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 12 Mar 2014 16:15:52 +0100
parents dc1e1e9e62ce
children
line wrap: on
line source
#include "certificate.h"
#ifdef Q_OS_LINUX
Certificate::Certificate(const QByteArray& asn1data) : mValid(false) {
}

Certificate::~Certificate() {
}
#endif

http://wald.intevation.org/projects/trustbridge/