summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-12-10 15:03:30 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-12-10 15:03:30 +0100
commitd38daf48a709fbaff3891396af1fd5931af46cf9 (patch)
tree20529cafd0ddc4cc365d5314c0fcbebba2749016
parent51808638634f608270ca186e7157bf02531fb197 (diff)
Remove unused includes. Fix missing ;
-rw-r--r--src/srtp.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/srtp.cc b/src/srtp.cc
index 72b3651..a7abd5c 100644
--- a/src/srtp.cc
+++ b/src/srtp.cc
@@ -28,13 +28,9 @@
#include "srtp.h"
#ifdef WIN32
-#include <srtp/crypto/include/datatypes.h>
-#include <srtp/include/srtp.h>
-#include <srtp/include/rtp_priv.h>
+#include <include/srtp.h>
#else
-#include <srtp/datatypes.h>
#include <srtp/srtp.h>
-#include <srtp/rtp_priv.h>
#endif
#include "asc2bin.h"
@@ -135,7 +131,7 @@ void SRTP::setupPolicy(bool confidentiality, bool authentication)
{
#ifndef USE_CRYPTO
confidentiality = authentication = false;
- printf("No crypto!\n")
+ printf("No crypto!\n");
#endif
/*