diff options
Diffstat (limited to 'net/quic/crypto/null_encrypter_test.cc')
-rw-r--r-- | net/quic/crypto/null_encrypter_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/quic/crypto/null_encrypter_test.cc b/net/quic/crypto/null_encrypter_test.cc index 328c738..df9bcdc 100644 --- a/net/quic/crypto/null_encrypter_test.cc +++ b/net/quic/crypto/null_encrypter_test.cc @@ -13,10 +13,10 @@ namespace test { TEST(NullEncrypterTest, Encrypt) { unsigned char expected[] = { // fnv hash - 0x47, 0x11, 0xea, 0x5f, - 0xcf, 0x1d, 0x66, 0x5b, - 0xba, 0xf0, 0xbc, 0xfd, - 0x88, 0x79, 0xca, 0x37, + 0xa0, 0x6f, 0x44, 0x8a, + 0x44, 0xf8, 0x18, 0x3b, + 0x47, 0x91, 0xb2, 0x13, + 0x6b, 0x09, 0xbb, 0xae, // payload 'g', 'o', 'o', 'd', 'b', 'y', 'e', '!', |