]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document -DOPENSSL_API_COMPAT=10100 in OPTIONS.md
authorMark Andrews <marka@isc.org>
Tue, 13 Sep 2022 07:06:52 +0000 (17:06 +1000)
committerMark Andrews <marka@isc.org>
Fri, 23 Sep 2022 04:07:21 +0000 (14:07 +1000)
(cherry picked from commit f32c52c5ca1d739f12c66df3334cf9d57d8c1e19)

OPTIONS.md

index 71f556f4f1204beccd22bd965fb37df1d915fb64..acdcaf823e2e13f2d3275839a813e3f713fde52d 100644 (file)
@@ -26,3 +26,4 @@ Some of these settings are:
 | `-DISC_MEM_TRACKLINES=0`     | Don't track memory allocations by file and line number; this improves performance but makes debugging more difficult                   |
 | `-DNAMED_RUN_PID_DIR=0`      | Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/named/`                                           |
 | `-DNS_CLIENT_DROPPORT=0`     | Disable dropping queries from particular well-known ports                                                                              |
+| `-DOPENSSL_API_COMPAT=10100` | Build using the deprecated OpenSSL APIs so that the `engine` API is available when building with OpenSSL 3.0.0 for PKCS#11 support     |