relayd/ssl.c: Remove a workaround that uses a copy of the old
authortb <tb@openbsd.org>
Wed, 8 Dec 2021 19:25:04 +0000 (19:25 +0000)
committertb <tb@openbsd.org>
Wed, 8 Dec 2021 19:25:04 +0000 (19:25 +0000)
commite4d8cd3ce2d50ba3da2a751d1b981cc823df6a7b
treeee90cd4a116d24334bdf9c3553f07cc5c62dee41
parente66974bca7d34d266529540d58f4df6084f4262b
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
usr.sbin/relayd/ssl.c