File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ using namespace std;
2222#include < openssl/rsa.h>
2323#include < openssl/bio.h>
2424#include < openssl/err.h>
25+ #pragma comment(lib, "bcrypt.lib")
2526
2627
2728RSA * create_rsa (utility::char_t *key, bool is_private) {
Original file line number Diff line number Diff line change 8686 </PropertyGroup >
8787 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
8888 <ClCompile >
89- <AdditionalIncludeDirectories >D:\projects\boost_1_81_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
89+ <AdditionalIncludeDirectories >D:\projects\cpprestsdk\Release\include;D:\projects\ boost_1_81_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
9090 <AdditionalOptions >%(AdditionalOptions) /external:I "D:/projects/vcpkg/packages/openssl_x86-windows/include"</AdditionalOptions >
9191 <AssemblerListingLocation >$(IntDir)</AssemblerListingLocation >
9292 <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
9696 <InlineFunctionExpansion >Disabled</InlineFunctionExpansion >
9797 <Optimization >Disabled</Optimization >
9898 <PrecompiledHeader >NotUsing</PrecompiledHeader >
99- <RuntimeLibrary >MultiThreaded </RuntimeLibrary >
99+ <RuntimeLibrary >MultiThreadedDebug </RuntimeLibrary >
100100 <RuntimeTypeInfo >true</RuntimeTypeInfo >
101101 <UseFullPaths >false</UseFullPaths >
102102 <WarningLevel >Level3</WarningLevel >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments