Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: srtp/crypto/include/kernel_compat.h

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/crypto/include/integers.h ('k') | srtp/crypto/include/prng.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/include/kernel_compat.h
diff --git a/srtp/crypto/include/kernel_compat.h b/srtp/crypto/include/kernel_compat.h
index 3d621aa7c014c91d57f37c9e5bba67b536f218c3..59d1898e1bf0ce0e22c300131e19b3c718cd41e2 100644
--- a/srtp/crypto/include/kernel_compat.h
+++ b/srtp/crypto/include/kernel_compat.h
@@ -68,7 +68,7 @@
/* rand() implementation. */
#define RAND_MAX 32767
-static INLINE int rand(void)
+static inline int rand(void)
{
uint32_t temp;
get_random_bytes(&temp, sizeof(temp));
« no previous file with comments | « srtp/crypto/include/integers.h ('k') | srtp/crypto/include/prng.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698