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

Unified Diff: srtp/crypto/test/aes_calc.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/rng/rand_source_ossl.c ('k') | srtp/crypto/test/cipher_driver.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/test/aes_calc.c
diff --git a/srtp/crypto/test/aes_calc.c b/srtp/crypto/test/aes_calc.c
index a5b390dd326ca910dbe07a2e8f06248126cf1f57..b40e3726948bfcb438bcb7dec0bc7b05b60af576 100644
--- a/srtp/crypto/test/aes_calc.c
+++ b/srtp/crypto/test/aes_calc.c
@@ -6,6 +6,7 @@
* David A. McGrew
* Cisco Systems, Inc.
*/
+
/*
*
* Copyright (c) 2001-2006, Cisco Systems, Inc.
@@ -53,6 +54,10 @@
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "aes.h"
#include <stdio.h>
#include <string.h>
@@ -71,7 +76,7 @@ main (int argc, char *argv[]) {
uint8_t key[AES_MAX_KEY_LEN];
aes_expanded_key_t exp_key;
int key_len, len;
- int verbose;
+ int verbose = 0;
err_status_t status;
if (argc == 3) {
« no previous file with comments | « srtp/crypto/rng/rand_source_ossl.c ('k') | srtp/crypto/test/cipher_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698