summaryrefslogtreecommitdiff
path: root/Tools/nuget
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-09 06:13:06 -0700
committerGitHub <noreply@github.com>2017-09-09 06:13:06 -0700
commitb84bcc48ae31c385fe480c08c05d95212ef7fcdc (patch)
treee05a3904af68a4e2149e4152b52ee2aacd46436b /Tools/nuget
parentefb1d0a3c001a6153211063ba439b9847aa03509 (diff)
downloadcpython-git-b84bcc48ae31c385fe480c08c05d95212ef7fcdc.tar.gz
bpo-31392: Update SSL build for 1.1.0 (#3448)
Diffstat (limited to 'Tools/nuget')
-rw-r--r--Tools/nuget/pythondaily.symbols.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/nuget/pythondaily.symbols.nuspec b/Tools/nuget/pythondaily.symbols.nuspec
index 77792b8c24..b89717a1af 100644
--- a/Tools/nuget/pythondaily.symbols.nuspec
+++ b/Tools/nuget/pythondaily.symbols.nuspec
@@ -18,7 +18,7 @@
<file src="python*.pdb" target="tools" exclude="*_d*" />
<file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
<file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
- <file src="libeay32.dll;ssleay32.dll;sqlite3.dll" target="tools\DLLs" />
- <file src="libeay32.pdb;ssleay32.pdb;sqlite3.pdb" target="tools\DLLs" />
+ <file src="libcrypto*.dll;libssl*.dll;sqlite3.dll" target="tools\DLLs" />
+ <file src="libcrypto*.pdb;libssl*.pdb;sqlite3.pdb" target="tools\DLLs" />
</files>
</package>