From 17b77485fa4ea8ecbf472e2d1daa15007ff93705 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 13 Jul 2007 16:05:16 +0000 Subject: * removed srtp directory * install libsrtp under /usr/local/lib * cleaned up Makefile --- cypher.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cypher.h') diff --git a/cypher.h b/cypher.h index 8baa9cb..90d5c11 100644 --- a/cypher.h +++ b/cypher.h @@ -55,6 +55,9 @@ protected: class AesIcmCypher : public Cypher { +public: + void cypher(Buffer& buf); + protected: Buffer getBitStream(u_int32_t length); }; -- cgit v1.2.3