Update comments

This commit is contained in:
Jeffrey Walton 2016-10-08 13:39:00 -04:00
parent ce8d6b8d99
commit 7c735f660f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -129,9 +129,11 @@
<!-- Win32/Debug cryptest.exe for DLL MAC'ing -->
<!-- Broken at the moment; see http://stackoverflow.com/q/39900437 -->
<!-- and http://stackoverflow.com/q/39929817/608639 -->
<!--
<Target Condition="!Exists('Win32\Output\Debug\cryptest.exe')" Name="MAC tool" Label="MAC tool">
<Message>Creating Win32/Debug cryptest.exe for MAC computation</Message>
<Message
Text="Creating Win32/Debug cryptest.exe for MAC computation" />
<MSbuild
Projects="cryptlib.vcxproj"
Properties="Configuration=Debug;Platform=Win32;"/>
@ -151,6 +153,7 @@
</PreBuildEvent>
</ItemDefinitionGroup>
<!-- DLL MAC'ing performed by cryptest.exe -->
<ItemDefinitionGroup Label="DLL MAC">
<PostBuildEvent>