cisco / libsrtp

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

Use inet_pton() when available #595

Closed nielsdg closed 2 years ago

nielsdg commented 2 years ago

inet_aton() and inet_ntoa() are considered deprecated, and can even show up under certain scanners. Use the replacement inet_pton() instead.