From 78fcac2f191b32ceb4dc0036e67ca23a7c4c55c5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 22 Dec 2010 04:05:41 +0000 Subject: [PATCH] 2997. [func] named -V now reports the OpenSSL and libxml2 verions it was compiled against. [RT #22687] --- win32utils/updateopenssl.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/win32utils/updateopenssl.pl b/win32utils/updateopenssl.pl index a05963c881..df97a5bf97 100644 --- a/win32utils/updateopenssl.pl +++ b/win32utils/updateopenssl.pl @@ -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();