Closed mike-burns closed 9 years ago
$^
BN_GENCB_new
BN_GENCB
Unrelated: also delete the binary in the clean target.
clean
Compile on OpenBSD using:
make CXX=eg++ LD=eg++ DEFS=-DHAVE_BN_GENCB_NEW=0
Works for me on -current from 19 April 2015.
Thx for your contribution! As I had some patches already in the queue, I picked your patches up by hand, rather then approving it here. It should be merged and visible by now.
$^
is not supported by BSD make(1); list the prerequisites explicitly for compatibility and simplicity.BN_GENCB_new
isn't in LibreSSL, so expose the ability to fall back toBN_GENCB
.Unrelated: also delete the binary in the
clean
target.Compile on OpenBSD using:
Works for me on -current from 19 April 2015.