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

Side by Side Diff: test/rtpw_test.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.c ('k') | test/rtpw_test_gcm.sh » ('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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 else 153 else
154 154
155 echo "error: can't find executable" $RTPW 155 echo "error: can't find executable" $RTPW
156 exit 1 156 exit 1
157 157
158 fi 158 fi
159 159
160 # EOF 160 # EOF
161 161
162 162
OLDNEW
« no previous file with comments | « test/rtpw.c ('k') | test/rtpw_test_gcm.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698