[shibboleth-sp2] 42/82: SSPCPP-689 OpenSSL1.1 Build and Merge Modules
Etienne Dysli Metref
edm-guest at moszumanska.debian.org
Thu Nov 16 08:16:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
edm-guest pushed a commit to branch master
in repository shibboleth-sp2.
commit e96a4c96c67b48e25c7f0283ebf386c330fc242c
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date: Tue Jul 11 12:41:31 2017 +0100
SSPCPP-689 OpenSSL1.1 Build and Merge Modules
https://issues.shibboleth.net/jira/browse/SSPCPP-689
Fix bug in original work to support old and new DLL names
---
msi/WiX/MergeModules/OpenSSL-x86.wxs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/msi/WiX/MergeModules/OpenSSL-x86.wxs b/msi/WiX/MergeModules/OpenSSL-x86.wxs
index a4cde2b..2e37936 100644
--- a/msi/WiX/MergeModules/OpenSSL-x86.wxs
+++ b/msi/WiX/MergeModules/OpenSSL-x86.wxs
@@ -32,7 +32,7 @@
<?define LibEay="libeay32_$(var.OpenSSLFileVersion).dll"?>
<?define LibEayD="libeay32_$(var.OpenSSLFileVersion)D.dll"?>
<?define SslEay="ssleay32_$(var.OpenSSLFileVersion).dll"?>
-<?define SslEayD="ssleay32_$(var.OpenSSLFileVersion).dll"?>
+<?define SslEayD="ssleay32_$(var.OpenSSLFileVersion)D.dll"?>
<?endif ?>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list