Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Remove unwanted changes
  • Loading branch information
rzikm committed Feb 20, 2024
commit de3f2ef87363e2ff9b37585e6e5923c7b0e20256
9 changes: 0 additions & 9 deletions src/test/lib/HandshakeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,6 @@ QuicTestConnectAndIdle(
}
}

void hexdump(FILE* f, void *ptr, int buflen) {
unsigned char *buf = (unsigned char*)ptr;
int i;
for (i=0; i<buflen; i+=1) {
fprintf(f, "%02x", buf[i]);
}
}

void
QuicTestCustomServerCertificateValidation(
_In_ bool AcceptCert,
Expand Down Expand Up @@ -865,7 +857,6 @@ QuicTestCustomServerCertificateValidation(
}
Listener.Context = &ServerAcceptCtx;

QUIC_TLS_SECRETS TlsSecrets{};
{
TestConnection Client(Registration);
TEST_TRUE(Client.IsValid());
Expand Down