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

Unified Diff: srtp/crypto/test/rand_gen.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/test/kernel_driver.c ('k') | srtp/crypto/test/rand_gen_soak.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/test/rand_gen.c
diff --git a/srtp/crypto/test/rand_gen.c b/srtp/crypto/test/rand_gen.c
index ccea097f266658868319332175717d4500e2f82b..8bb8b88d86dedb2766630c18d0f197e7f035a6f5 100644
--- a/srtp/crypto/test/rand_gen.c
+++ b/srtp/crypto/test/rand_gen.c
@@ -43,6 +43,10 @@
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include <stdio.h> /* for printf() */
#include <unistd.h> /* for getopt() */
#include "crypto_kernel.h"
« no previous file with comments | « srtp/crypto/test/kernel_driver.c ('k') | srtp/crypto/test/rand_gen_soak.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698