Skip to content

Commit

Permalink
remove deprecated kSecTrustResultConfirm to string
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 7, 2024
1 parent 8d353f1 commit 83c43de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/darwin/nw_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const char *aws_sec_trust_result_type_to_string(SecTrustResultType trust_result)
return "kSecTrustResultInvalid";
case kSecTrustResultProceed:
return "kSecTrustResultProceed";
case kSecTrustResultConfirm:
return "kSecTrustResultConfirm";
case kSecTrustResultDeny:
return "kSecTrustResultDeny";
case kSecTrustResultUnspecified:
Expand Down

0 comments on commit 83c43de

Please sign in to comment.