From 8ed8d6c21dffcb4202fdd592138f15cbc80355ea Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 22 Jun 2007 15:27:40 +0000 Subject: added srtp/crypto/*.o to makefile --- cypher.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cypher.h') diff --git a/cypher.h b/cypher.h index a225ebd..8baa9cb 100644 --- a/cypher.h +++ b/cypher.h @@ -33,7 +33,6 @@ #include "buffer.h" -// this is a svn test comment class Cypher { @@ -54,4 +53,10 @@ protected: Buffer getBitStream(u_int32_t length); }; +class AesIcmCypher : public Cypher +{ +protected: + Buffer getBitStream(u_int32_t length); +}; + #endif -- cgit v1.2.3