Added SSL write and read functions.
This commit is contained in:
@ -297,6 +297,7 @@ typedef struct {
|
||||
* handshake */
|
||||
unsigned int charset; /*< MySQL character set at connect time */
|
||||
SSL* ssl; /*< SSL struct for client connection */
|
||||
bool use_ssl;
|
||||
#if defined(SS_DEBUG)
|
||||
skygw_chk_t protocol_chk_tail;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user