CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/25 19:59:27
Modified files:
usr.bin/openssl: s_client.c
Log message:
s_client: fix use of possibly uninitialized values
Set initial value to variable 'p' and 'pending'.
Reported and fix requested from leonklingele by GitHub pull request.
https://github.com/libressl-portable/portable/issues/577
https://github.com/libressl-portable/openbsd/pull/114
ok bcook@ jsing@ tb@
