Skip to content

Commit

Permalink
header magic
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 12, 2023
1 parent 353a304 commit 566aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryption/encryption.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ std::string GetOpenSSLErrors() {
}

namespace {
const char* const kEncryptionHeaderMagic = "pegsenc";
const char* const kEncryptionHeaderMagic = "encrypt";
const int kEncryptionHeaderMagicLength = 7;

uint64_t GetBigEndian64(const unsigned char* src) {
Expand Down

0 comments on commit 566aee0

Please sign in to comment.