Mercurial > trustbridge
diff ui/certificate.h @ 82:1f27d6db5ee3
Polarssl based certificate handling
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 18:04:14 +0000 |
parents | 1dd8e91972a8 |
children | ba8a548ff252 |
line wrap: on
line diff
--- a/ui/certificate.h Wed Mar 19 16:50:59 2014 +0000 +++ b/ui/certificate.h Wed Mar 19 18:04:14 2014 +0000 @@ -14,6 +14,8 @@ #include <wincrypt.h> #endif +#include <polarssl/x509_crt.h> + class Certificate { public: @@ -38,8 +40,6 @@ bool mValid; QString mShortDescription; -#ifdef Q_OS_WIN - PCCERT_CONTEXT mPCertContext; -#endif + x509_crt mX509Cert; }; #endif