Skip to content

Commit 3a3f0c7

Browse files
authored
Merge pull request #134 from cconlon/winFixes
JNI/JCE: Add jni_aesgmac.c and com_wolfssl_wolfcrypt_AesGmac.h to IDE/WIN build
2 parents 785c782 + 828ad19 commit 3a3f0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IDE/WIN/wolfcryptjni.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</ItemGroup>
3737
<ItemGroup>
3838
<ClInclude Include="..\..\jni\include\com_wolfssl_wolfcrypt_Aes.h" />
39+
<ClInclude Include="..\..\jni\include\com_wolfssl_wolfcrypt_AesGmac.h" />
3940
<ClInclude Include="..\..\jni\include\com_wolfssl_wolfcrypt_Asn.h" />
4041
<ClInclude Include="..\..\jni\include\com_wolfssl_wolfcrypt_Chacha.h" />
4142
<ClInclude Include="..\..\jni\include\com_wolfssl_wolfcrypt_Curve25519.h" />
@@ -67,6 +68,7 @@
6768
<ItemGroup>
6869
<ClCompile Include="..\..\jni\jni_aes.c" />
6970
<ClCompile Include="..\..\jni\jni_aesgcm.c" />
71+
<ClCompile Include="..\..\jni\jni_aesgmac.c" />
7072
<ClCompile Include="..\..\jni\jni_asn.c" />
7173
<ClCompile Include="..\..\jni\jni_chacha.c" />
7274
<ClCompile Include="..\..\jni\jni_curve25519.c" />

0 commit comments

Comments
 (0)