Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 1, 2024
1 parent 3353ec6 commit 209be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int aws_tls_ctx_options_set_secitem_options(

#endif /* __APPLE__ */

(void)options;
(void)tls_ctx_options;
(void)secitem_options;
AWS_LOGF_ERROR(AWS_LS_IO_TLS, "static: Setting of secitem options only supported on Apple.");
return aws_raise_error(AWS_ERROR_PLATFORM_NOT_SUPPORTED);
Expand Down

0 comments on commit 209be07

Please sign in to comment.