We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c7f3c commit a6fe43dCopy full SHA for a6fe43d
src/perf/bin/appmain.cpp
@@ -323,11 +323,11 @@ main(
323
Status = QUIC_STATUS_INTERNAL_ERROR;
324
goto Exit;
325
}
326
- }
327
328
- if (TryGetValue(argc, argv, "cipher", &CipherSuite)) {
329
- SelfSignedCredConfig->Flags |= QUIC_CREDENTIAL_FLAG_SET_ALLOWED_CIPHER_SUITES;
330
- SelfSignedCredConfig->AllowedCipherSuites = (QUIC_ALLOWED_CIPHER_SUITE_FLAGS)CipherSuite;
+ if (TryGetValue(argc, argv, "cipher", &CipherSuite)) {
+ SelfSignedCredConfig->Flags |= QUIC_CREDENTIAL_FLAG_SET_ALLOWED_CIPHER_SUITES;
+ SelfSignedCredConfig->AllowedCipherSuites = (QUIC_ALLOWED_CIPHER_SUITE_FLAGS)CipherSuite;
+ }
331
332
333
if (DriverName != nullptr) {
0 commit comments