Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix build failure in pal_ssl
  • Loading branch information
hez2010 authored Mar 1, 2023
commit 0a5348eef0460d8d6c439110ea5cb2d683e3acbc
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