Skip to content

Commit

Permalink
Fix InitClientWithMtlsPkcs12 function header. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannostern authored and JonathanHenson committed May 14, 2019
1 parent 8c5fa0e commit 792a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/crt/io/TlsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace Aws
static TlsContextOptions InitClientWithMtlsPkcs12(
const char *pkcs12_path,
const char *pkcs12_pwd,
Allocator *allocator = DefaultAllocator) noexcept;
Allocator *allocator = DefaultAllocator()) noexcept;
#endif

/**
Expand Down

0 comments on commit 792a4b8

Please sign in to comment.