CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/22 04:36:22
Modified files:
usr.bin/openssl: openssl.c s_socket.c
Log message:
Since Windows needs BIO_sock_init() before you can call any networking
functions, and ocsp and s_time need networking enabled too, this just moves
BIO_sock_init() up into main() as a catch-all for all of the commands.
Of course, it is a no-op on any other platform.
ok @guenther
