summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-06 00:24:35 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-06 00:24:35 -0400
commita5c67cfdd6ad7eeb6e5414044ab3a992d3ce74b9 (patch)
tree565ec392ca22844cfe047a2ee6348e6ee066ff02 /cryptest.vcxproj
parent06092259c2f6d9afa7a6d8457d078d1e83435c00 (diff)
downloadcryptopp-git-a5c67cfdd6ad7eeb6e5414044ab3a992d3ce74b9.tar.gz
Add Kalyna block cipher (Issue 411)
Thanks to Roman Oliynykov and Oleksandr Kazymyrov for their assistance. Thanks to Keru Kuro for the reference implementation.
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index adc836df..c857b673 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -195,7 +195,7 @@
<!-- The rule copies cryptest.exe to the project -->
<!-- root directory so it can be executed in place -->
<Target Name="CopyCryptestToRoot">
- <Exec Command="copy $(Platform)\Output\$(Configuration)\cryptest.exe ."/>
+ <Exec Command="copy $(Platform)\Output\$(Configuration)\cryptest.exe $(SolutionDir)" />
</Target>
<!-- Source Files -->