28 #include <openssl/ssl.h>
29 #include <openssl/rand.h>
46 static void connect_alarm (
int);
49 bool use_ssl (
void)
const;
55 int c_open (
const char* host,
59 int c_close (
void)
const;
60 int c_write (
const char* command);
61 int c_read (
bool =
false);
62 const string* c_reply (
void)
const;
Definition: connection.hh:29