Remove unused extern variable in openssl(1) s_time
authorinoguchi <inoguchi@openbsd.org>
Sun, 7 Jan 2018 08:43:26 +0000 (08:43 +0000)
committerinoguchi <inoguchi@openbsd.org>
Sun, 7 Jan 2018 08:43:26 +0000 (08:43 +0000)
commit05f0db765717bdee863524158cc279958f52b931
treeba856b15541d01db17cd0250abcaabcd64fc8e51
parentfcf928b03cadf28823e640913aef9e11eb1ca647
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@
usr.bin/openssl/s_time.c