From 3d174037c175e33b0b57c0639ab7440e9f5d6abc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Feb 2008 17:31:04 +0000 Subject: replaces cypher with cipher --- plainPacket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plainPacket.h') diff --git a/plainPacket.h b/plainPacket.h index 39029c2..176d841 100644 --- a/plainPacket.h +++ b/plainPacket.h @@ -34,7 +34,7 @@ #include "datatypes.h" #include "buffer.h" -class Cypher; +class Cipher; /** * plain SATP packet class
* includes payload_type and payload @@ -97,7 +97,7 @@ private: u_int32_t max_length_; payload_type_t* payload_type_; protected: - friend class Cypher; + friend class Cipher; u_int8_t * complete_payload_; u_int32_t complete_payload_length_; }; -- cgit v1.2.3