mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix non-ssl build.
This commit is contained in:
parent
6ef4f89deb
commit
d5678e1778
1 changed files with 2 additions and 0 deletions
|
|
@ -28,9 +28,11 @@ extern ssize_t my_send_async(struct mysql_async_context *b, int fd,
|
|||
uint timeout);
|
||||
extern my_bool my_poll_read_async(struct mysql_async_context *b,
|
||||
uint timeout);
|
||||
#ifdef HAVE_OPENSSL
|
||||
extern int my_ssl_read_async(struct mysql_async_context *b, SSL *ssl,
|
||||
void *buf, int size);
|
||||
extern int my_ssl_write_async(struct mysql_async_context *b, SSL *ssl,
|
||||
const void *buf, int size);
|
||||
#endif
|
||||
|
||||
#endif /* MYSQL_ASYNC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue