diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-07-13 16:38:15 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-07-13 16:38:15 +0000 |
commit | 1d28aa31e2e202fe9907b3a9c10caa73d125e592 (patch) | |
tree | c12b5124fddd2885fae8407742ceb315bd34e95d /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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |