fix typo in telemetry description (#534)

This commit is contained in:
Tess Gauthier 2021-10-19 13:12:50 -04:00 committed by GitHub
parent 904470d9a9
commit 5cb3267167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ void send_encryption_telemetry(const char* direction,
TraceLoggingString(sproposal[2], "serverProposedCiphersCtos"),
TraceLoggingString(sproposal[3], "serverProposedCiphersStoc"),
TraceLoggingString(sproposal[4], "serverProposedMACsCtos"),
TraceLoggingString(sproposal[5], "serverProposedMACsCtoc"),
TraceLoggingString(sproposal[5], "serverProposedMACsStoc"),
TraceLoggingString(sproposal[6], "serverProposedCompressionCtos"),
TraceLoggingString(sproposal[7], "serverProposedCompressionStoc")
);