Rename new_cipher to cipher.
authorjsing <jsing@openbsd.org>
Wed, 24 Mar 2021 18:43:59 +0000 (18:43 +0000)
committerjsing <jsing@openbsd.org>
Wed, 24 Mar 2021 18:43:59 +0000 (18:43 +0000)
commit661440b7167304f3cb76c0becafae8455175d275
tree521853b33a4c8965fbe98a9c54b8872137ca7e8d
parent48b0de1ecd65d8ed698b1f33b26d4371fa34bf53
Rename new_cipher to cipher.

This is in the SSL_HANDSHAKE struct and is what we're currently
negotiating, so there is really nothing more "new" about the cipher
than there is the key block or other parts of the handshake data.

ok inoguchi@ tb@
lib/libssl/s3_lib.c
lib/libssl/ssl_both.c
lib/libssl/ssl_ciph.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_lib.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_pkt.c
lib/libssl/ssl_srvr.c
lib/libssl/t1_enc.c
lib/libssl/tls13_client.c
lib/libssl/tls13_server.c