summaryrefslogtreecommitdiff
path: root/win32utils
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2011-02-04 20:45:50 -0700
committerInternet Software Consortium, Inc <@isc.org>2011-02-04 20:45:50 -0700
commit93702497b856ab01c6b944faab7829b0759e0429 (patch)
tree9bd6dddf73319a32d042929aa87661dc1f5612a6 /win32utils
parentacc2e6bc149c4ed88b615e24bea8f894a1d87593 (diff)
downloadbind9-93702497b856ab01c6b944faab7829b0759e0429.tar.gz
9.8.0b1
Diffstat (limited to 'win32utils')
-rw-r--r--win32utils/updateopenssl.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32utils/updateopenssl.pl b/win32utils/updateopenssl.pl
index a05963c8..63a70a81 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();