summaryrefslogtreecommitdiff
path: root/cypher.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-07-13 16:38:15 +0000
committerErwin Nindl <nine@wirdorange.org>2007-07-13 16:38:15 +0000
commit1d28aa31e2e202fe9907b3a9c10caa73d125e592 (patch)
treec12b5124fddd2885fae8407742ceb315bd34e95d /cypher.cpp
parent* removed srtp directory (diff)
compiles again, libsrtp now under /usr/local/lib/libsrtp.a
Diffstat (limited to 'cypher.cpp')
-rw-r--r--cypher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypher.cpp b/cypher.cpp
index 03688f2..17668a7 100644
--- a/cypher.cpp
+++ b/cypher.cpp
@@ -36,7 +36,7 @@
#include "cypher.h"
extern "C" {
-#include "srtp/crypto/include/crypto_kernel.h"
+#include <srtp/crypto_kernel.h>
}
void Cypher::cypher(Buffer& buf)