CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2021/08/30 13:25:43

Modified files:
        lib/libssl     : d1_pkt.c ssl_both.c ssl_clnt.c ssl_lib.c 
                         ssl_locl.h ssl_pkt.c ssl_srvr.c tls13_lib.c 

Log message:
Clean up and simplify info and msg callbacks.

The info and msg callbacks result in duplication - both for code that
refers to the function pointers and for the call sites. Avoid this by
providing typedefs for the function pointers and pulling the calling
sequences into their own functions.

ok inoguchi@ tb@

Reply via email to