Skip to content

Commit

Permalink
reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jul 16, 2024
1 parent 97b4c94 commit e6c0427
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions include/aws/io/tls_channel_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,22 +245,22 @@ struct aws_tls_ctx_options {
*/
struct aws_byte_buf pkcs12_password;

/**
* When adding items to the keychain, SecItem allows the setting of attributes
* that control various options and settings related to access of the items. This
* struct contains the various attributes we currently support.
*/
struct aws_secitem_options *secitem_options;

# if !defined(AWS_OS_IOS)
/**
* On Apple OS you can also use a custom keychain instead of
* the default keychain of the account.
*/
struct aws_string *keychain_path;

# endif /* !AWS_OS_IOS */

# if defined(AWS_OS_IOS)
/**
* When adding items to the keychain, SecItem allows the setting of attributes
* that control various options and settings related to access of the items. This
* struct contains the various attributes we currently support.
*/
struct aws_secitem_options *secitem_options;
# endif /* AWS_OS_IOS*/

#endif /* __APPLE__ */

Expand Down

0 comments on commit e6c0427

Please sign in to comment.