Skip to content

Commit 07fe883

Browse files
committed
fix doubled code introduced with r231 - 97f9f96
1 parent d1bcdc5 commit 07fe883

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ssl/tls1.c

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,6 @@ int send_change_cipher_spec(SSL *ssl)
14481448
if (ret >= 0 && set_key_block(ssl, 1) < 0)
14491449
ret = SSL_ERROR_INVALID_HANDSHAKE;
14501450

1451-
if (ssl->cipher_info)
1452-
SET_SSL_FLAG(SSL_TX_ENCRYPTED);
14531451
if (ssl->cipher_info)
14541452
SET_SSL_FLAG(SSL_TX_ENCRYPTED);
14551453

0 commit comments

Comments
 (0)