Staging
v0.5.1
https://github.com/python/cpython
Revision 0067fc287a86cdd8d71dc2d402d596950ff88fca authored by Miss Islington (bot) on 16 September 2019, 12:28:32 UTC, committed by GitHub on 16 September 2019, 12:28:32 UTC

XOF digests (SHAKE) are not available in OpenSSL 1.1.0 but SHA3 fixed-length digests are.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit eb2b0c694aef6122fdf95015abb24e0d095b6401)

Co-authored-by: Christian Heimes <christian@python.org>
1 parent 07186c3
Raw File
Tip revision: 0067fc287a86cdd8d71dc2d402d596950ff88fca authored by Miss Islington (bot) on 16 September 2019, 12:28:32 UTC
bpo-38153: detect shake independently from sha3 (GH-16143)
Tip revision: 0067fc2
winsound.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\winsound.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top