Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove NO_64BIT_MATH code #686

Closed
pabuhler opened this issue Jan 16, 2024 · 0 comments
Closed

remove NO_64BIT_MATH code #686

pabuhler opened this issue Jan 16, 2024 · 0 comments
Milestone

Comments

@pabuhler
Copy link
Member

The NO_64BIT_MATH code is to support when there is no native 64bit type but since C99 is now a requirement uint64_t or equivalent should always be available. By removing NO_64BIT_MATH can reduce some of the complexity in the code.

Would be interested to hear if there are any objections to this.

@pabuhler pabuhler added this to the Version 3.0 milestone Jan 16, 2024
pabuhler added a commit to pabuhler/libsrtp that referenced this issue Jan 18, 2024
It is now required that there be 64bit integer support, this should not be a problem with stdint.h and C99.

cisco#686
pabuhler added a commit to pabuhler/libsrtp that referenced this issue Jan 18, 2024
It is now required that there be 64bit integer support, this should not be a problem with stdint.h and C99.

 cisco#686
@pabuhler pabuhler mentioned this issue Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant