Re: remove unused variables in netcat.c

2015-12-15 Thread Bob Beck
On Thu, Oct 15, 2015 at 10:30:18PM -0400, Rob Pierce wrote: > It looks like the subject and issuer variables are no longer used in > report_tls() since the recent libtls api change. Also a few whitespace You're correct. while I'm at it how's this.. (I'll hit the whitespace too separately) Index

remove unused variables in netcat.c

2015-10-15 Thread Rob Pierce
It looks like the subject and issuer variables are no longer used in report_tls() since the recent libtls api change. Also a few whitespace mods. Regards, Index: netcat.c === RCS file: /cvs/src/usr.bin/nc/netcat.c,v retrieving revisi