diff options
author | Jeffrey Walton <noloader@gmail.com> | 2016-09-16 11:27:15 -0400 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2016-09-16 11:27:15 -0400 |
commit | 399a1546de71f41598c15edada28e7f0d616f541 (patch) | |
tree | 530160789358a3303be180df2d8529c82782156b /cryptdll.vcxproj.filters | |
parent | fca5fbb36169a7522e6c533df9c322d47e3dc6bb (diff) | |
download | cryptopp-git-399a1546de71f41598c15edada28e7f0d616f541.tar.gz |
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
Diffstat (limited to 'cryptdll.vcxproj.filters')
-rw-r--r-- | cryptdll.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptdll.vcxproj.filters b/cryptdll.vcxproj.filters index 10b6050b..7161f5f0 100644 --- a/cryptdll.vcxproj.filters +++ b/cryptdll.vcxproj.filters @@ -370,6 +370,9 @@ <ClInclude Include="strciphr.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="trap.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="trdlocal.h">
<Filter>Header Files</Filter>
</ClInclude>
|