From 171fc41a8295e53a05acd7dbf7763df255e32572 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 15 Sep 2006 13:41:43 +0000 Subject: [PATCH] Update openssl URL git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14849 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/custom.sh b/packaging/win32/custom.sh index ad73945c1d..28a9a81e1b 100644 --- a/packaging/win32/custom.sh +++ b/packaging/win32/custom.sh @@ -52,7 +52,7 @@ GUILE_URL="http://ftp.gnu.org/pub/gnu/guile/guile-1.6.8.tar.gz" SLIB_URL="http://swiss.csail.mit.edu/ftpdir/scm/slib3a3.zip" GUILE_DIR=$GLOBAL_DIR\\guile -OPENSSL_URL="http://www.slproweb.com/download/Win32OpenSSL-v0.9.8b.exe" +OPENSSL_URL="http://www.slproweb.com/download/Win32OpenSSL-0_9_8c.exe" OPENSSL_DIR=$GLOBAL_DIR\\openssl PEXPORTS_URL="http://www.emmestech.com/software/cygwin/pexports-0.43/pexports-0.43.zip"