summaryrefslogtreecommitdiff
path: root/encryptedPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'encryptedPacket.h')
-rw-r--r--encryptedPacket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/encryptedPacket.h b/encryptedPacket.h
index 0535454..afc7d0e 100644
--- a/encryptedPacket.h
+++ b/encryptedPacket.h
@@ -34,7 +34,7 @@
#include "datatypes.h"
#include "buffer.h"
#include "authTag.h"
-class Cypher;
+class Cipher;
class EncryptedPacket : public Buffer
{
public:
@@ -137,7 +137,7 @@ private:
static const u_int32_t AUTHTAG_SIZE = 10; // 10byte
protected:
- friend class Cypher;
+ friend class Cipher;
u_int8_t * payload_;
u_int32_t payload_length_;
};