summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
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_;