diff options
author | unknown <msvensson@neptunus.(none)> | 2006-09-28 16:21:21 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-09-28 16:21:21 +0200 |
commit | 05145957614f268f6a78d27c0fb32525dba7c0e2 (patch) | |
tree | bf7bf0532dd2f6edbbc7fe617fa6e64a6fccb2b4 /vio/test-sslclient.c | |
parent | 3f01b5df811709ce4427a7eb9dc6ea4cd3f7af8f (diff) | |
download | mariadb-git-05145957614f268f6a78d27c0fb32525dba7c0e2.tar.gz |
Reduce code for SSL_connect and SSL_accept
There is no need to call SSL_set_accept_state + SSL_do_handshake when we know that SSL_accept should be done.
vio/viossl.c:
Replace the double calls to "SSL_set_accept_state" and "SSL_do_handshake" with one call to "SSL_accept"
Same with "SSL_connect"
Diffstat (limited to 'vio/test-sslclient.c')
0 files changed, 0 insertions, 0 deletions