CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/04/21 04:17:25
Modified files: lib/libssl : t1_lib.c Log message: Start cleaning up tls_decrypt_ticket(). Rather than returning from multiple places and trying to clean up as we go, move to a single exit point and clean/free in one place. Also invert the logic that handles NULL sessions - fail early, rather than having an indented if test for success. ok tb@