mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix warning when compiling with OpenSSL.
This commit is contained in:
parent
7e7b6ec4d6
commit
d251b76884
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout,
|
|||
DBUG_PRINT("info", ("ssl: %p timeout: %ld", ssl, timeout));
|
||||
SSL_clear(ssl);
|
||||
SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
|
||||
SSL_set_fd(ssl, sd);
|
||||
SSL_set_fd(ssl, (int)sd);
|
||||
|
||||
/*
|
||||
Since yaSSL does not support non-blocking send operations, use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue