Skip to content

Commit

Permalink
Fix build failure in pal_ssl (#82816)
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 authored Mar 1, 2023
1 parent d8203e7 commit 14bf690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ int32_t CryptoNative_SslSetAlpnProtos(SSL* ssl, const uint8_t* protos, uint32_t
}
else
#else
(void)ctx;
(void)ssl;
(void)protos;
(void)protos_len;
#endif
Expand Down

0 comments on commit 14bf690

Please sign in to comment.