diff options
Diffstat (limited to 'kdecore/network')
-rw-r--r-- | kdecore/network/ktcpsocket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdecore/network/ktcpsocket.h b/kdecore/network/ktcpsocket.h index 58dfa2c..c281b3e 100644 --- a/kdecore/network/ktcpsocket.h +++ b/kdecore/network/ktcpsocket.h @@ -175,7 +175,8 @@ public: SocketResourceError, SocketTimeoutError, NetworkError, - UnsupportedSocketOperationError + UnsupportedSocketOperationError, + SslHandshakeFailedError }; /* The following is based on reading the OpenSSL interface code of both QSslSocket |