We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5fa0e commit 792a4b8Copy full SHA for 792a4b8
include/aws/crt/io/TlsOptions.h
@@ -79,7 +79,7 @@ namespace Aws
79
static TlsContextOptions InitClientWithMtlsPkcs12(
80
const char *pkcs12_path,
81
const char *pkcs12_pwd,
82
- Allocator *allocator = DefaultAllocator) noexcept;
+ Allocator *allocator = DefaultAllocator()) noexcept;
83
#endif
84
85
/**
0 commit comments