CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/25 12:07:03
Modified files:
lib/libtls : tls_config.c
Log message:
If tls_config_parse_protocols() is called with a NULL pointer, return the
default protocols instead of crashing - this makes the behaviour more
useful and mirrors what we already do in tls_config_set_ciphers() et al.
