diff options
author | tonu@hundin.mysql.fi <> | 2001-06-05 02:28:33 +0300 |
---|---|---|
committer | tonu@hundin.mysql.fi <> | 2001-06-05 02:28:33 +0300 |
commit | 6988b7476dd11648a68e4d32e9f49a65c4ca259c (patch) | |
tree | 74d42203860847c841b708510ebd8b1613a5695c /include | |
parent | 1d05b8998070a23dd6f49a4885fe09f4cbc1fb8c (diff) | |
download | mariadb-git-6988b7476dd11648a68e4d32e9f49a65c4ca259c.tar.gz |
vio.c Vio code bugfix
violite.h Code cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/violite.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/violite.h b/include/violite.h index a88b5c0db51..ffef4d68c73 100644 --- a/include/violite.h +++ b/include/violite.h @@ -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 } |