diff options
author | marcus <marcus@FreeBSD.org> | 2009-02-28 13:11:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-02-28 13:11:32 +0800 |
commit | dcb293d5bd3c35bc52899d2ee702bbec08222038 (patch) | |
tree | a5c58b59f0ed1328dc4b23c7adc64d0b7e39794a /net-im/libnice/files/patch-stun_sha1.c | |
parent | 34aa1e6a76363cb674119f8c99d143efc8f7e52a (diff) | |
download | freebsd-ports-graphics-dcb293d5bd3c35bc52899d2ee702bbec08222038.tar.gz freebsd-ports-graphics-dcb293d5bd3c35bc52899d2ee702bbec08222038.tar.zst freebsd-ports-graphics-dcb293d5bd3c35bc52899d2ee702bbec08222038.zip |
Add libnice, a library and a transmitter that does ICE (as defined in the
ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols.
Diffstat (limited to 'net-im/libnice/files/patch-stun_sha1.c')
-rw-r--r-- | net-im/libnice/files/patch-stun_sha1.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/libnice/files/patch-stun_sha1.c b/net-im/libnice/files/patch-stun_sha1.c new file mode 100644 index 00000000000..33e3775b298 --- /dev/null +++ b/net-im/libnice/files/patch-stun_sha1.c @@ -0,0 +1,10 @@ +--- stun/sha1.c.orig 2009-02-27 23:05:24.000000000 -0500 ++++ stun/sha1.c 2009-02-27 23:05:33.000000000 -0500 +@@ -13,6 +13,7 @@ + */ + + #include "sha1.h" ++#include <sys/endian.h> + #include <string.h> + + |