X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=66bf7d8d9ad1bfc0ff4b8b95e4f6c0106c8dcc70;hb=14a67bc74c81651015bbbad075f7eb1c41218cf7;hp=f7b88c492993a65144357151ead09a8f22990ada;hpb=939572d614e63e0a35734935fbd8b0fbf9ebab4e;p=umurmur.git diff --git a/src/client.h b/src/client.h index f7b88c4..66bf7d8 100644 --- a/src/client.h +++ b/src/client.h @@ -31,7 +31,6 @@ #ifndef CLIENT_H_45786678 #define CLIENT_H_45786678 -#include #include #include /* close() */ #include @@ -47,6 +46,7 @@ #include "crypt.h" #include "timer.h" #include "pds.h" +#include "ssl.h" #define BUFSIZE 8192 #define UDP_BUFSIZE 512 @@ -57,7 +57,7 @@ typedef struct { int tcpfd; - SSL *ssl; + SSL_handle_t *ssl; bool_t SSLready; bool_t shutdown_wait; cryptState_t cryptState;