CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/07/25 21:17:38
Modified files: lib/libssl : d1_pkt.c dtls_locl.h s3_lib.c ssl_locl.h ssl_methods.c ssl_pkt.c Log message: Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert(). The code for dtls1_dispatch_alert() and ssl3_dispatch_alert() is largely identical - with a bit of reshuffling we can use ssl3_dispatch_alert() for both protocols and remove the ssl_dispatch_alert function pointer. ok inoguchi@ tb@