diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 09:43:05 +0000 |
commit | a015651a5d17eee7832199f1266f000292a40ef5 (patch) | |
tree | b895edd61c8a2e9457938fa8d1c1867e3a889274 /buffer.h | |
parent | added syncbuffer (diff) |
added multible precission integer class
key derivation
Diffstat (limited to 'buffer.h')
-rw-r--r-- | buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,8 @@ protected: friend class TunDevice; friend class UDPPacketSource; friend class AesIcmCypher; - friend class KeyDerivation; // + friend class KeyDerivation; // + friend class Mpi; u_int8_t *buf_; u_int32_t length_; |