From 87bca87ab318ff254fab4b87ac8e469925f44d22 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 May 2014 10:53:23 +0200 Subject: Add (more) error checking for SRTP. --- src/srtp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/srtp.h') diff --git a/src/srtp.h b/src/srtp.h index 66197bb..00161fd 100644 --- a/src/srtp.h +++ b/src/srtp.h @@ -46,14 +46,6 @@ public: int decrypt(char *packet, size_t size) _throw(enum lrtp_status_t); private: - class SRTPInstance { - public: - SRTPInstance() _throw(enum lrtp_status_t); - ~SRTPInstance() _throw(enum lrtp_status_t); - }; - - SRTPInstance instance; - struct prv; struct prv *prv; -- cgit v1.2.3