CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/07 01:43:26
Modified files:
usr.bin/openssl: s_time.c
Log message:
Remove unused extern variable in openssl(1) s_time
This extern variable appears not to be used.
And it is overridden by local variable in doConnection().
This causes MSVC warning C4459 "declaration of 'verify_error'
hides global declaration".
OK millert@
