File tree Expand file tree Collapse file tree 3 files changed +270
-78
lines changed
src/aws-cpp-sdk-core/include/smithy/identity/signer/built-in
tests/aws-cpp-sdk-cognitoidentityprovider-integration-tests Expand file tree Collapse file tree 3 files changed +270
-78
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ namespace smithy {
290290 const bool m_includeSha256HashHeader{true };
291291 const bool m_urlEscape{true };
292292 const Aws::Set<Aws::String> m_unsignedHeaders{USER_AGENT,X_AMZN_TRACE_ID};
293- const Aws::Crt::Auth::SignatureType m_signatureType{Aws::Crt::Auth::SignatureType::HttpRequestViaHeaders };
293+ const Aws::Crt::Auth::SignatureType m_signatureType{Aws::Crt::Auth::SignatureType::HttpRequestViaQueryParams };
294294 std::condition_variable m_cv;
295295 std::mutex m_mutex;
296296 };
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ find_package(OpenSSL REQUIRED)
3737# Include directories for OpenSSL headers
3838include_directories (${OPENSSL_INCLUDE_DIR} )
3939
40- target_link_libraries (${PROJECT_NAME} ${PROJECT_LIBS} )
40+ target_link_libraries (${PROJECT_NAME} ${PROJECT_LIBS} OpenSSL::Crypto )
4141
4242
4343
You can’t perform that action at this time.
0 commit comments