mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
vio.c Vio code bugfix
violite.h Code cleanup include/violite.h: Code cleanup vio/vio.c: Vio code bugfix
This commit is contained in:
@ -210,9 +210,6 @@ struct st_VioSSLConnectorFd *new_VioSSLConnectorFd(
|
||||
struct st_VioSSLAcceptorFd *new_VioSSLAcceptorFd(
|
||||
const char* key_file,const char* cert_file,const char* ca_file,const char* ca_path);
|
||||
Vio* new_VioSSL(struct st_VioSSLAcceptorFd* fd, Vio* sd,int state);
|
||||
//static int
|
||||
//init_bio_(struct st_VioSSLAcceptorFd* fd, Vio* sd, int state, int bio_flags);
|
||||
//void report_errors();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user