CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/16 03:23:33
Modified files:
usr.sbin/relayd: ca.c
Log message:
relayd: remove ENGINE dependency
What is achieved here through ENGINE can be done in a much simpler way
by setting the default RSA implementation. Drop a number of indirections
that only add a bit of logging. This removes a lot of boiler plate and
shows where the actual magic happens more clearly.
ok op tobhe
