1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net-im/libnice/files/patch-stun_md5.c
Joe Marcus Clarke 40ede080ed 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.
2009-02-28 05:11:32 +00:00

11 lines
258 B
C

--- stun/md5.c.orig 2009-02-27 23:04:31.000000000 -0500
+++ stun/md5.c 2009-02-27 23:05:15.000000000 -0500
@@ -13,6 +13,7 @@
*/
#include "md5.h"
+#include <sys/endian.h>
#include <string.h>
/* ===== start - public domain MD5 implementation ===== */