diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-10 15:03:30 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-10 15:03:30 +0100 |
commit | d38daf48a709fbaff3891396af1fd5931af46cf9 (patch) | |
tree | 20529cafd0ddc4cc365d5314c0fcbebba2749016 /src | |
parent | 51808638634f608270ca186e7157bf02531fb197 (diff) |
Remove unused includes. Fix missing ;
Diffstat (limited to 'src')
-rw-r--r-- | src/srtp.cc | 8 |
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 /* |