CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/05/10 10:55:28
Modified files: usr.bin/openssl: s_server.c Log message: Conditionalize sleep-before-retry in server code to only be done when debug is on. otherwise, just retry. Fixes problems this creates in testing. ok jsing@ tb@