CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/23 06:52:54
Modified files:
usr.bin/openssl: s_client.c s_server.c
Log message:
In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by
default. To avoid hanging on a blocking read, we need to clear the
SSL_MODE_AUTO_RETRY flag in the s_client and the s_server.
ok beck inoguchi jsing
