cisco/libsrtp

Use consistent types through out code base

pabuhler opened this issue · 1 comments

Use a consistent set of C99 types, suggestion:

  • size_t for length / size of memory
  • uint8_t * for data pointers
  • uint32_t for ssrc
  • bool for boolean
  • unsigned int

Closing for now as the many changes have been done.