CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/01 01:32:25
Modified files:
lib/libtls : tls_verify.c
Log message:
Rework tls_check_subject_altname() error handling
Default to having rv = -1 and explicitly goto done to set rv = 0.
This matches other code better.
ok jsing
