Skip to content

Commit 792a4b8

Browse files
jannosternJonathanHenson
authored andcommitted
Fix InitClientWithMtlsPkcs12 function header. (#23)
1 parent 8c5fa0e commit 792a4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aws/crt/io/TlsOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace Aws
7979
static TlsContextOptions InitClientWithMtlsPkcs12(
8080
const char *pkcs12_path,
8181
const char *pkcs12_pwd,
82-
Allocator *allocator = DefaultAllocator) noexcept;
82+
Allocator *allocator = DefaultAllocator()) noexcept;
8383
#endif
8484

8585
/**

0 commit comments

Comments
 (0)