Changeset 4588 for pjproject/trunk/third_party/srtp/crypto/math/datatypes.c
- Timestamp:
- Sep 5, 2013 2:15:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/crypto/math/datatypes.c
r2660 r4588 125 125 } 126 126 127 inline int127 static inline int 128 128 hex_char_to_nibble(uint8_t c) { 129 129 switch(c) {
Note: See TracChangeset
for help on using the changeset viewer.