2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

2997. [func] named -V now reports the OpenSSL and libxml2 verions

it was compiled against. [RT #22687]
This commit is contained in:
Mark Andrews
2010-12-22 04:05:41 +00:00
parent 643935ac11
commit 78fcac2f19

View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: updateopenssl.pl,v 1.13 2010/05/18 06:47:46 tbox Exp $
# $Id: updateopenssl.pl,v 1.14 2010/12/22 04:05:41 marka Exp $
# updateopenssl.pl
# This script locates the latest version of OpenSSL in the grandparent
@@ -27,7 +27,9 @@ $path = "..\\..\\";
# openssl directory
@filelist = ("SetupLibs.bat",
"../lib/dns/win32/libdns.mak",
"../lib/dns/win32/libdns.dsp");
"../lib/dns/win32/libdns.dsp",
"../bin/named/win32/named.mak",
"../bin/named/win32/named.dsp");
# Locate the openssl directory
$substr = getdirectory();