mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
removed redundant x509_free() in do_client_connect()
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@176 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -1239,7 +1239,7 @@ int basic_read(SSL *ssl, uint8_t **in_data)
|
||||
ssl->dc->bm_proc_index = 0;
|
||||
ret = do_handshake(ssl, buf, read_len);
|
||||
}
|
||||
else /* no client renogiation allowed */
|
||||
else /* no client renegotiation allowed */
|
||||
{
|
||||
ret = SSL_ERROR_NO_CLIENT_RENOG;
|
||||
goto error;
|
||||
|
Reference in New Issue
Block a user