CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/02/08 01:04:12
Modified files: lib/libtls : tls.c Log message: Avoid a memory leak that results when the same tls_config is reused. Reported by and fix from Nate Bessette <openbsd at nate dot sh> - thanks.