CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/04/20 11:45:02
Modified files: usr.sbin/relayd: relay.c Log message: SSL_CTX_set_timeout only handles long for the delta timeval, so constrain it with MIN and LONG_MAX. It is only an interval, so it is fine. suggestion by djm, ok benno