CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/13 23:36:18
Modified files:
usr.bin/openssl: s_client.c
Log message:
Free peekaboo pbuf at end of s_client_main()
Otherwise each run of the s_client leaks 16k of memory. This hurts
in interactive mode.
ok inoguchi jsing
