summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-11-04 11:13:07 -0400
committerJeffrey Walton <noloader@gmail.com>2016-11-04 11:13:07 -0400
commit7363c49a675afeb8a1f8268713c341811c4ad3bd (patch)
tree7307c5a2802f87d6995fd6902f2ca8b293aea100 /cryptdll.vcxproj
parent456bd2b1b7ea3dc9e840f1392374aeb489aee3f8 (diff)
downloadcryptopp-git-7363c49a675afeb8a1f8268713c341811c4ad3bd.tar.gz
Add ecpoint.h header file. Add EncodedPoint interface. Add documntation
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index a353fe07..2dfcc36c 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -263,6 +263,7 @@
<ClInclude Include="ec2n.h" />
<ClInclude Include="eccrypto.h" />
<ClInclude Include="ecp.h" />
+ <ClInclude Include="ecpoint.h" />
<ClInclude Include="emsa2.h" />
<ClInclude Include="eprecomp.h" />
<ClInclude Include="files.h" />