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

Unified Diff: talk/session/media/externalhmac.h

Issue 1362503003: Use suffixed {uint,int}{8,16,32,64}_t types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase + revert basictypes.h (to be landed separately just in case of a revert due to unexpected us… Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/session/media/currentspeakermonitor_unittest.cc ('k') | talk/session/media/mediamonitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/session/media/externalhmac.h
diff --git a/talk/session/media/externalhmac.h b/talk/session/media/externalhmac.h
index 22fb36a99ba5f4cd80e6fa36adc35f58d928d213..150a1bbc97c21ebd6cecbd522dc258a0835f85e3 100644
--- a/talk/session/media/externalhmac.h
+++ b/talk/session/media/externalhmac.h
@@ -62,7 +62,7 @@ extern "C" {
// The pointer to the key will be allocated in the external_hmac_init function.
// This pointer is owned by srtp_t in a template context.
typedef struct {
- uint8 key[HMAC_KEY_LENGTH];
+ uint8_t key[HMAC_KEY_LENGTH];
int key_length;
} ExternalHmacContext;
« no previous file with comments | « talk/session/media/currentspeakermonitor_unittest.cc ('k') | talk/session/media/mediamonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698