Don't forward declare types form openssl in public headers
authorLars Knoll <lars.knoll@nokia.com>
Thu, 24 Nov 2011 08:43:36 +0000 (09:43 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 12:37:32 +0000 (13:37 +0100)
There's no real reason for the typedef here, QtNetwork
will compile without it and it might conflict with
openssl.

Change-Id: Id352ccc98d84ca9ee9ea3c7b4a942382882173f1
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
src/network/ssl/qsslcertificate.h

index 711ee05..dcc7f64 100644 (file)
@@ -52,8 +52,6 @@
 #include <QtCore/qmap.h>
 #include <QtNetwork/qssl.h>
 
-typedef struct x509_st X509; // ### check if this works
-
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE