Renamed RMD160 to RIPEMD160
This commit is contained in:
parent
e4d47a655b
commit
61b699ed1b
16 changed files with 307 additions and 307 deletions
|
@ -184,7 +184,7 @@
|
|||
<ClInclude Include="..\..\include\polarssl\pkcs12.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\pkcs5.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\pk.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\rmd160.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ripemd160.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\rsa.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\sha1.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\sha256.h" />
|
||||
|
@ -246,7 +246,7 @@
|
|||
<ClCompile Include="..\..\library\pkparse.c" />
|
||||
<ClCompile Include="..\..\library\pk_wrap.c" />
|
||||
<ClCompile Include="..\..\library\pkwrite.c" />
|
||||
<ClCompile Include="..\..\library\rmd160.c" />
|
||||
<ClCompile Include="..\..\library\ripemd160.c" />
|
||||
<ClCompile Include="..\..\library\rsa.c" />
|
||||
<ClCompile Include="..\..\library\sha1.c" />
|
||||
<ClCompile Include="..\..\library\sha256.c" />
|
||||
|
|
|
@ -261,7 +261,7 @@ SOURCE=..\..\library\pkwrite.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\rmd160.c
|
||||
SOURCE=..\..\library\ripemd160.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
@ -521,7 +521,7 @@ SOURCE=..\..\include\polarssl\pk.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\rmd160.h
|
||||
SOURCE=..\..\include\polarssl\ripemd160.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue