From: ckb@isc.org Content-Disposition: inline Subject: configure --without-openssl broken To: bind9-public@isc.org MIME-Version: 1.0 X-Mailer: MIME-tools 5.508 (Entity 5.508) Date: Sat, 27 Jan 2018 17:51:09 -0800 Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Interface: Web X-RT-Original-Encoding: utf-8 Content-Length: 477 at some point after commit 61c843815e7d23110e089b45ab4be270bc2a415d (tag: v9_12_0rc1) and before commit4c8cd59241040e161e6db3e58216e66e1f69c874 (HEAD -> v9_12, origin/v9_12, gitlab/v9_12) When you run ./configure --without-openssl && make, the make fails: In file included from hmac_link.c:44: ./dst_openssl.h:18:10: fatal error: 'openssl/err.h' file not found #include (This was tested on OSX, but I see no evidence that it wouldnt happen with all platforms)