diff options
Diffstat (limited to 'src/modules/dcc/thread.h')
| -rw-r--r-- | src/modules/dcc/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/dcc/thread.h b/src/modules/dcc/thread.h index 9b90003d5..83bb28bb4 100644 --- a/src/modules/dcc/thread.h +++ b/src/modules/dcc/thread.h @@ -74,6 +74,7 @@ public: #ifdef COMPILE_SSL_SUPPORT void raiseSSLError(); void setSSL(KviSSL * s); + KviSSL * getSSL() const { return m_pSSL; }; #endif }; |
