diff options
author | Raymond Hettinger <python@rcn.com> | 2005-08-24 12:13:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-08-24 12:13:23 (GMT) |
commit | 142e16d3385159927705551a5fc0b8110f460eda (patch) | |
tree | 401bd5c2c21d765871ed714399ff073a7f3e05e5 /PCbuild | |
parent | be3856dcd41b444642a77c93e1f94367741692e7 (diff) | |
download | cpython-142e16d3385159927705551a5fc0b8110f460eda.zip cpython-142e16d3385159927705551a5fc0b8110f460eda.tar.gz cpython-142e16d3385159927705551a5fc0b8110f460eda.tar.bz2 |
Correct names of sha modules.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 652d312..945fd5c 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -2764,7 +2764,7 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\shamodule256.c"> + RelativePath="..\Modules\sha256module.c"> <FileConfiguration Name="Release|Win32"> <Tool @@ -2791,7 +2791,7 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\shamodule512.c"> + RelativePath="..\Modules\sha512module.c"> <FileConfiguration Name="Release|Win32"> <Tool |