diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pedro/pedroutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pedro/pedroutil.h b/src/pedro/pedroutil.h index 4043257cc..ce372382a 100644 --- a/src/pedro/pedroutil.h +++ b/src/pedro/pedroutil.h @@ -435,6 +435,8 @@ public: bool getEnableSSL(); + bool getHaveSSL(); + bool connect(const std::string &hostname, int portno); bool connect(const char *hostname, int portno); |
