MythTV master
mythhttps.h
Go to the documentation of this file.
1#ifndef MYTHHTTPS_H
2#define MYTHHTTPS_H
3
4#ifndef QT_NO_OPENSSL
5#include <QSslConfiguration>
6#include <QSslCipher>
7#include <QSslKey>
8#endif
9
11{
12#ifndef QT_NO_OPENSSL
13 public:
14 static bool InitSSLServer(QSslConfiguration& Config);
15 static void InitSSLSocket(QSslSocket* Socket, QSslConfiguration& Config);
16#endif
17};
18
19#endif
static void InitSSLSocket(QSslSocket *Socket, QSslConfiguration &Config)
Definition: mythhttps.cpp:118
static bool InitSSLServer(QSslConfiguration &Config)
Definition: mythhttps.cpp:13