CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/06 14:59:28
Modified files:
lib/libtls : tls.c tls_config.c tls_internal.h tls_server.c
Log message:
Perform reference counting for tls_config. This allows tls_config_free() to
be called as soon as it has been passed to the final tls_configure() call,
simplifying lifetime tracking for the application.
Requested some time ago by tedu@.
ok beck@
