mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Merge pull request #16 from jmue/fix/doubled_code
fix doubled code introduced with r231 - 97f9f969
This commit is contained in:
commit
f41146fb17
@ -1509,8 +1509,6 @@ int send_change_cipher_spec(SSL *ssl)
|
||||
if (ret >= 0 && set_key_block(ssl, 1) < 0)
|
||||
ret = SSL_ERROR_INVALID_HANDSHAKE;
|
||||
|
||||
if (ssl->cipher_info)
|
||||
SET_SSL_FLAG(SSL_TX_ENCRYPTED);
|
||||
if (ssl->cipher_info)
|
||||
SET_SSL_FLAG(SSL_TX_ENCRYPTED);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user