Files
bind9/lib
David Benjamin f607cad47a Simplify BN_GENCB handling
When callback was NULL, bind9 would use BN_GENCB_set_old to set a NULL
callback because OpenSSL happened to allow a NULL "old" callback, but
not a NULL "new" callback. Instead, the way to turn off the callback is
to pass a NULL BN_GENCB itself.

Switch to doing that.
2022-07-18 13:38:44 +02:00
..
2022-07-18 13:38:44 +02:00
2022-06-16 17:21:11 +02:00
2022-06-30 15:24:08 +02:00
2022-07-15 10:33:46 +00:00