diff options
Diffstat (limited to 'src/encryptedPacket.cpp')
-rw-r--r-- | src/encryptedPacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryptedPacket.cpp b/src/encryptedPacket.cpp index 692d221..9a1e063 100644 --- a/src/encryptedPacket.cpp +++ b/src/encryptedPacket.cpp @@ -137,7 +137,7 @@ void EncryptedPacket::reinit() if(length_ < (sizeof(struct HeaderStruct))) { header_ = NULL; - throw std::runtime_error("packet can't be initialized, buffer is too small"); + throw std::runtime_error("encrypted packet can't be initialized, buffer is too small"); } if(auth_tag_) |