cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 469 forks source link

NO_64BIT_MATH #689

Closed pabuhler closed 5 months ago

pabuhler commented 5 months ago

It is now required that there be 64bit integer support, this should not be a problem with stdint.h and C99.

686