CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/27 12:09:07
Modified files:
lib/libssl : ssl_clnt.c ssl_sigalgs.c ssl_sigalgs.h
ssl_srvr.c tls13_client.c tls13_server.c
Log message:
Rename ssl_sigalg() to ssl_sigalg_from_value().
This makes the code more self-documenting and avoids the ambiguity between
ssl_sigalg the struct and ssl_sigalg the function.
ok tb@
