summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-07-13 16:05:16 +0000
committerErwin Nindl <nine@wirdorange.org>2007-07-13 16:05:16 +0000
commit17b77485fa4ea8ecbf472e2d1daa15007ff93705 (patch)
tree1b1c72d09b898f8d5dcdd68dcbd86d030e66ded5 /buffer.h
parentbugfix window size (diff)
* removed srtp directory
* install libsrtp under /usr/local/lib * cleaned up Makefile
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer.h b/buffer.h
index ecd31f6..e46939b 100644
--- a/buffer.h
+++ b/buffer.h
@@ -57,6 +57,7 @@ protected:
operator u_int8_t*(); // just for write/read tun and packetSource
friend class TunDevice;
friend class UDPPacketSource;
+ friend class AesIcmCypher;
u_int8_t *buf_;
u_int32_t length_;