Added missing Crypto Header to ProGen source (#3722)

This commit is contained in:
Byungjun Lee
2022-07-29 18:19:31 +09:00
committed by Alex Fabijanic
parent bac7051d36
commit 45bcaa7c25
2 changed files with 24 additions and 0 deletions

View File

@@ -653,6 +653,10 @@
RelativePath=".\include\Poco\Crypto\CryptoException.h" RelativePath=".\include\Poco\Crypto\CryptoException.h"
> >
</File> </File>
<File
RelativePath=".\include\Poco\Crypto\EVPCipherImpl.h"
>
</File>
<File <File
RelativePath=".\include\Poco\Crypto\EVPPKey.h" RelativePath=".\include\Poco\Crypto\EVPPKey.h"
> >
@@ -677,6 +681,10 @@
RelativePath=".\src\CryptoException.cpp" RelativePath=".\src\CryptoException.cpp"
> >
</File> </File>
<File
RelativePath=".\src\EVPCipherImpl.cpp"
>
</File>
<File <File
RelativePath=".\src\EVPPKey.cpp" RelativePath=".\src\EVPPKey.cpp"
> >
@@ -733,6 +741,10 @@
RelativePath=".\include\Poco\Crypto\ECKeyImpl.h" RelativePath=".\include\Poco\Crypto\ECKeyImpl.h"
> >
</File> </File>
<File
RelativePath=".\include\Poco\Crypto\Envelope.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Source Files" Name="Source Files"
@@ -749,6 +761,10 @@
RelativePath=".\src\ECKeyImpl.cpp" RelativePath=".\src\ECKeyImpl.cpp"
> >
</File> </File>
<File
RelativePath=".\src\Envelope.cpp"
>
</File>
</Filter> </Filter>
</Filter> </Filter>
<File <File

View File

@@ -582,6 +582,10 @@
RelativePath=".\src\PKCS12ContainerTest.h" RelativePath=".\src\PKCS12ContainerTest.h"
> >
</File> </File>
<File
RelativePath=".\src\EnvelopeTest.h"
>
</File>
<File <File
RelativePath=".\src\RSATest.h" RelativePath=".\src\RSATest.h"
> >
@@ -610,6 +614,10 @@
RelativePath=".\src\PKCS12ContainerTest.cpp" RelativePath=".\src\PKCS12ContainerTest.cpp"
> >
</File> </File>
<File
RelativePath=".\src\EnvelopeTest.cpp"
>
</File>
<File <File
RelativePath=".\src\RSATest.cpp" RelativePath=".\src\RSATest.cpp"
> >