summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-03 04:12:16 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-03 04:12:16 -0400
commit366fdce86f968500994d9fb81bd0d37053a01126 (patch)
tree38ab77659e3142dabad73e860b339faf1a004dcc /cryptlib.vcxproj
parentf5c817221bace9baec5ace88b3c7588d21a34c0e (diff)
downloadcryptopp-git-366fdce86f968500994d9fb81bd0d37053a01126.tar.gz
Add BytePtr and ConstBytePtr overloads for SecByteBlock (GH #890)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 613820a0..484e70bb 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -531,6 +531,7 @@
<ClInclude Include="scrypt.h" />
<ClInclude Include="seal.h" />
<ClInclude Include="secblock.h" />
+ <ClInclude Include="secblockfwd.h" />
<ClInclude Include="seckey.h" />
<ClInclude Include="seed.h" />
<ClInclude Include="serpent.h" />