Skip to content

Commit

Permalink
[session][test] Rename key to minimize git complaints.
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Sep 19, 2022
1 parent 56b6a72 commit 42b8de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/tests/TestSessionManagerDispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct MessageTestEntry theMessageTestVector[] = {
.encryptedLength = 30,
.privacyLength = 30,

.key = "\x5e\xde\xd2\x44\xe5\x53\x2b\x3c\xdc\x23\x40\x9d\xba\xd0\x52\xd2",
.encryptKey = "\x5e\xde\xd2\x44\xe5\x53\x2b\x3c\xdc\x23\x40\x9d\xba\xd0\x52\xd2",
.privacyKey = "\x5e\xde\xd2\x44\xe5\x53\x2b\x3c\xdc\x23\x40\x9d\xba\xd0\x52\xd2",

.nonce = "\x00\x39\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
Expand Down

0 comments on commit 42b8de2

Please sign in to comment.