mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Replace C++ comment in a header file. Thanks, Alik!
This commit is contained in:
parent
fd5a2980fc
commit
a8dd8f6995
1 changed files with 2 additions and 2 deletions
|
|
@ -203,8 +203,8 @@ SSL_CTX* SSL_CTX_new(SSL_METHOD*);
|
|||
SSL* SSL_new(SSL_CTX*);
|
||||
int SSL_set_fd (SSL*, YASSL_SOCKET_T);
|
||||
YASSL_SOCKET_T SSL_get_fd(const SSL*);
|
||||
int SSL_connect(SSL*); // if you get an error from connect
|
||||
// see note at top of REAMDE
|
||||
int SSL_connect(SSL*); /* if you get an error from connect
|
||||
see note at top of REAMDE */
|
||||
int SSL_write(SSL*, const void*, int);
|
||||
int SSL_read(SSL*, void*, int);
|
||||
int SSL_accept(SSL*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue