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
3 files changed +270
-78
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ namespace smithy {
290
290
const bool m_includeSha256HashHeader{true };
291
291
const bool m_urlEscape{true };
292
292
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 };
294
294
std::condition_variable m_cv;
295
295
std::mutex m_mutex;
296
296
};
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ find_package(OpenSSL REQUIRED)
37
37
# Include directories for OpenSSL headers
38
38
include_directories (${OPENSSL_INCLUDE_DIR} )
39
39
40
- target_link_libraries (${PROJECT_NAME} ${PROJECT_LIBS} )
40
+ target_link_libraries (${PROJECT_NAME} ${PROJECT_LIBS} OpenSSL::Crypto )
41
41
42
42
43
43
You can’t perform that action at this time.
0 commit comments