diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-19 17:31:04 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-19 17:31:04 +0000 |
commit | 3d174037c175e33b0b57c0639ab7440e9f5d6abc (patch) | |
tree | 11deb98d33858fafbc8e61ffe414f8be0cbc458e /buffer.h | |
parent | minor changes (diff) |
replaces cypher with cipher
Diffstat (limited to 'buffer.h')
-rw-r--r-- | buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ public: protected: friend class TunDevice; friend class UDPPacketSource; - friend class AesIcmCypher; + friend class AesIcmCipher; friend class KeyDerivation; // friend class Mpi; |