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

Unified Diff: srtp/test/lfsr.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/tables/aes_tables.c ('k') | srtp/test/rdbx_driver.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/test/lfsr.c
diff --git a/srtp/test/lfsr.c b/srtp/test/lfsr.c
index f9af63efaf83147d4774129f5e2767cc89cde758..240590c5b8cb8c672285571ae08c66066352abbe 100644
--- a/srtp/test/lfsr.c
+++ b/srtp/test/lfsr.c
@@ -1,4 +1,9 @@
/*
+ * lfsr.c
+ *
+ */
+
+/*
*
* Copyright (c) 2001-2006, Cisco Systems, Inc.
* All rights reserved.
@@ -33,11 +38,6 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
-/*
- * lfsr.c
- *
- */
-
#include <stdio.h>
#include "datatypes.h"
« no previous file with comments | « srtp/tables/aes_tables.c ('k') | srtp/test/rdbx_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698