Changeset 2660 for pjproject/trunk/third_party/srtp/crypto/cipher/cipher.c
- Timestamp:
- Apr 28, 2009 7:38:43 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/vs-reorg2 (added) merged: 2648-2649,2652-2655,2657-2659
- Property svn:mergeinfo changed
-
pjproject/trunk/third_party/srtp/crypto/cipher/cipher.c
r2141 r2660 270 270 for (j=0; j < NUM_RAND_TESTS; j++) { 271 271 unsigned length; 272 intplaintext_len;272 unsigned plaintext_len; 273 273 uint8_t key[MAX_KEY_LEN]; 274 274 uint8_t iv[MAX_KEY_LEN];
Note: See TracChangeset
for help on using the changeset viewer.