15 #ifndef TLSOPENSSLSERVER_H__
16 #define TLSOPENSSLSERVER_H__
18 #include "tlsopensslbase.h"
24 #include <openssl/ssl.h>
51 virtual bool privateInit();
53 virtual bool setType();
56 virtual int handshakeFunction();
62 #endif // HAVE_OPENSSL
64 #endif // TLSOPENSSLSERVER_H__
OpenSSLServer(TLSHandler *th)
The namespace for the gloox library.
An interface that allows for interacting with TLS implementations derived from TLSBase.