Fix deprecated API warning
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Mon, 21 May 2012 14:19:50 +0000 (15:19 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 May 2012 12:18:34 +0000 (14:18 +0200)
commit6a7dc02160acce1b69a3e25d6ed8969829bfd18b
treef9194b9dbe1d44b93b6dc5efd176cb63c72d4008
parentbbafdf58124266db9c4285838f1a300e8afa0371
Fix deprecated API warning

Check for blacklisting in case the application has blacklisted
a cert before windows has (currently unlikely as the blacklist is
hardcoded in Qt)
Don't need to check for time validity because that's already checked
by the windows API.
Change-Id: I34da5c4a8a0f8851b9b7668fc421a93c360c8588
Reviewed-by: Richard J. Moore <rich@kde.org>
src/network/ssl/qsslsocket_openssl.cpp