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/tables/aes_tables.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/srtp/srtp.c ('k') | srtp/test/lfsr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/tables/aes_tables.c
diff --git a/srtp/tables/aes_tables.c b/srtp/tables/aes_tables.c
index b2bc1d78d1ab45e295a0b57a667068b42b216dc9..96d28ce76738054f82f9e4ebbd1c071f2217479d 100644
--- a/srtp/tables/aes_tables.c
+++ b/srtp/tables/aes_tables.c
@@ -42,6 +42,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include <stdio.h>
#include "gf2_8.h"
#include "crypto_math.h"
« no previous file with comments | « srtp/srtp/srtp.c ('k') | srtp/test/lfsr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698