Prevent data loss when an ssl socket is closed by remote
[profile/ivi/qtbase.git] / src / network / ssl / qsslsocket_openssl_p.h
index 83f485d..b31eae9 100644 (file)
@@ -99,6 +99,7 @@ public:
 
     // SSL context
     bool initSslContext();
+    void destroySslContext();
     SSL *ssl;
     SSL_CTX *ctx;
     EVP_PKEY *pkey;