CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/23 07:00:30
Modified files:
usr.bin/openssl: s_server.c
Log message:
While the second SSL_CTX in this code is only used on servername
callback, so its mode is not used to update the ssl's mode, it
seems more appropriate to clear the SSL_MODE_AUTO_RETRY flag on
it as well.
ok jsing
