CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/02/21 10:09:51
Modified files: lib/libssl : tls13_internal.h tls13_record_layer.c Log message: Change the alert callback return type from int to void. There is nothing for the handler to really signal, since it cannot change the fact that we received an alert. While here use TLS13_IO_FAILURE instead of hardcoding -1. ok tb@