]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Move the dst__openssl_toresult to isc_tls unit
authorMichał Kępień <michal@isc.org>
Thu, 8 Aug 2024 11:01:21 +0000 (11:01 +0000)
committerMichał Kępień <michal@isc.org>
Thu, 8 Aug 2024 11:01:21 +0000 (11:01 +0000)
commit9e7cd68d9fef29a5c3aba938835deae611a5b698
treeefd8240c2f4d4a73fa11e22ee3d6cacb616ac471
parentf202937078f21eac8437fd1d0674e9fc84a229ce
parent39aef50b9b942c409bbf6efb94c603f58f594c91
fix: dev: Move the dst__openssl_toresult to isc_tls unit

Since the enable_fips_mode() now resides inside the isc_tls unit, BIND 9
would fail to compile when FIPS mode was enabled as the DST subsystem
logging functions were missing.

Move the crypto library logging functions from the openssl_link unit to
isc_tls unit and enhance it, so it can now be used from both places
keeping the old dst__openssl_toresult* macros alive.

Merge branch 'ondrej/move-openssl-logging-to-isc_tls-unit' into 'main'

See merge request isc-projects/bind9!9286