mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
tls_check_certificate_data re-renamed to tls_check_service_identity and minor fixes
This commit is contained in:
parent
7897992f05
commit
c650302885
6 changed files with 21 additions and 13 deletions
|
@ -393,8 +393,9 @@ xmpp_error(node, xmpperror) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
// deprecated - use tls_check_certificate_data from library/tls.c instead
|
||||
// is this being used at all?
|
||||
// deprecated - use tls_check_service_identity from library/tls.c instead
|
||||
// is this being used at all? -- no longer, but keep it around a little
|
||||
// for backward compat
|
||||
#ifdef WANT_S2S_TLS
|
||||
certificate_check_jabbername(name, cert) {
|
||||
mixed t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue