summaryrefslogtreecommitdiff
path: root/cypher.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 /cypher.h
parentbugfix window size (diff)
* removed srtp directory
* install libsrtp under /usr/local/lib * cleaned up Makefile
Diffstat (limited to 'cypher.h')
-rw-r--r--cypher.h3
1 files changed, 3 insertions, 0 deletions
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);
};