mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
40ede080ed
ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols.
11 lines
258 B
C
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 ===== */
|