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

Unified Diff: srtp/crypto/test/sha1_driver.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/rand_gen_soak.c ('k') | srtp/crypto/test/stat_driver.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/test/sha1_driver.c
diff --git a/srtp/crypto/test/sha1_driver.c b/srtp/crypto/test/sha1_driver.c
index 6036022e93c9b2d4c76a1dcfb939e9d086cca38b..6adfad178c387923f4da2c5f9e36992e1f4587bd 100644
--- a/srtp/crypto/test/sha1_driver.c
+++ b/srtp/crypto/test/sha1_driver.c
@@ -43,8 +43,14 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include <stdio.h>
+#include <string.h>
#include "sha1.h"
+#include "datatypes.h"
#define SHA_PASS 0
#define SHA_FAIL 1
« no previous file with comments | « srtp/crypto/test/rand_gen_soak.c ('k') | srtp/crypto/test/stat_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698