diff options
| author | Vidush Vishwanath <[email protected]> | 2021-06-14 09:21:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-14 09:21:22 -0700 |
| commit | 39f664504315ef65272eec270be7c530a1c47bae (patch) | |
| tree | e07c60ad3d0eaa346077196a0d5821719ccb56c1 | |
| parent | d228af5682ed7e9ca512a789a3be3f89a73bef8f (diff) | |
Use SHA 256 signing in fakemodem project. (#627)
| -rw-r--r-- | network/modem/fakemodem/fakemodem.vcxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/modem/fakemodem/fakemodem.vcxproj b/network/modem/fakemodem/fakemodem.vcxproj index 3e3e56ae..029e5bdb 100644 --- a/network/modem/fakemodem/fakemodem.vcxproj +++ b/network/modem/fakemodem/fakemodem.vcxproj @@ -100,6 +100,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);UNICODE;_UNICODE</PreprocessorDefinitions> </Midl> @@ -113,6 +116,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);UNICODE;_UNICODE</PreprocessorDefinitions> </Midl> @@ -126,6 +132,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);UNICODE;_UNICODE</PreprocessorDefinitions> </Midl> @@ -139,6 +148,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Midl> <PreprocessorDefinitions>%(PreprocessorDefinitions);UNICODE;_UNICODE</PreprocessorDefinitions> </Midl> |
