$OpenBSD: patch-third_party_libsrtp_src_crypto_include_integers_h,v 1.1 2011/02/08 09:43:02 espie Exp $
--- third_party/libsrtp/src/crypto/include/integers.h.orig	Fri Jan 21 10:21:42 2011
+++ third_party/libsrtp/src/crypto/include/integers.h	Mon Jan 24 11:30:30 2011
@@ -76,7 +76,7 @@
 #endif
 
 /* Can we do 64 bit integers? */
-#ifndef HAVE_UINT64_T
+#if !defined(HAVE_UINT64_T) && !defined(__OpenBSD__)
 # if SIZEOF_UNSIGNED_LONG == 8
 typedef unsigned long		uint64_t;
 # elif SIZEOF_UNSIGNED_LONG_LONG == 8
