Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.
authorjsing <jsing@openbsd.org>
Tue, 29 Jun 2021 19:29:16 +0000 (19:29 +0000)
committerjsing <jsing@openbsd.org>
Tue, 29 Jun 2021 19:29:16 +0000 (19:29 +0000)
commit468bde535c47957d2ffd881f2cfb3818d12024d1
tree343c69dcd2f3b8652b59648773968b15b69e5f9e
parent58ed3333448088abb2991b4f5b4bfa76fa33968a
Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.

This simplifies callers, as only the negotiated TLS version needs to be
used here.

Requested by tb@
lib/libssl/ssl_sigalgs.c