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

Side by Side Diff: test/rtpw_test_gcm.sh

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « test/rtpw_test.sh ('k') | test/srtp_driver.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 # usage: rtpw_test <rtpw_commands> 3 # usage: rtpw_test <rtpw_commands>
4 # 4 #
5 # tests the rtpw sender and receiver functions 5 # tests the rtpw sender and receiver functions
6 # 6 #
7 # Copyright (c) 2001-2006, Cisco Systems, Inc. 7 # Copyright (c) 2001-2006, Cisco Systems, Inc.
8 # All rights reserved. 8 # All rights reserved.
9 # 9 #
10 # Redistribution and use in source and binary forms, with or without 10 # Redistribution and use in source and binary forms, with or without
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 else 228 else
229 229
230 echo "error: can't find executable" $RTPW 230 echo "error: can't find executable" $RTPW
231 exit 1 231 exit 1
232 232
233 fi 233 fi
234 234
235 # EOF 235 # EOF
236 236
237 237
OLDNEW
« no previous file with comments | « test/rtpw_test.sh ('k') | test/srtp_driver.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698