JNI/JCE: update Visual Studio project file with new KeyStore file
parent
fcf4d8e91a
commit
8895d2877c
|
@ -78,6 +78,7 @@
|
|||
<ClCompile Include="..\..\jni\jni_feature_detect.c" />
|
||||
<ClCompile Include="..\..\jni\jni_fips.c" />
|
||||
<ClCompile Include="..\..\jni\jni_hmac.c" />
|
||||
<ClCompile Include="..\..\jni\jni_jce_wolfsslkeystore.c" />
|
||||
<ClCompile Include="..\..\jni\jni_logging.c" />
|
||||
<ClCompile Include="..\..\jni\jni_md5.c" />
|
||||
<ClCompile Include="..\..\jni\jni_native_struct.c" />
|
||||
|
|
|
@ -170,5 +170,8 @@
|
|||
<ClCompile Include="..\..\jni\jni_wolfssl_cert_manager.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\jni\jni_jce_wolfsslkeystore.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue