CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/08 12:25:04
Modified files:
usr.sbin/relayd: ssl.c
Log message:
relayd/ssl.c: Remove a workaround that uses a copy of the old
certificate instead of using it directly because BIO_new_mem_buf()
used to take an non-const buffer. This was changed in 2018, so we
can now remove an XXX and simplify the code.
ok bluhm
