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

Unified Diff: srtp/crypto/math/stat.c

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/math/math.c ('k') | srtp/crypto/replay/rdb.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/math/stat.c
diff --git a/srtp/crypto/math/stat.c b/srtp/crypto/math/stat.c
index 8d1a5b97265ecb53ee24233fb6b92a7c97b85373..aaff3c4fde1bb1dc7004639e7da285b5f362cdef 100644
--- a/srtp/crypto/math/stat.c
+++ b/srtp/crypto/math/stat.c
@@ -6,6 +6,7 @@
* David A. McGrew
* Cisco Systems, Inc.
*/
+
/*
*
* Copyright (c) 2001-2006, Cisco Systems, Inc.
@@ -42,6 +43,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "stat.h"
debug_module_t mod_stat = {
« no previous file with comments | « srtp/crypto/math/math.c ('k') | srtp/crypto/replay/rdb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698