cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.22k stars 475 forks source link

Rework check for OPENSSL_cleanse() #496

Closed ydroneaud closed 3 years ago

ydroneaud commented 4 years ago

Don't realize a runtime check for OPENSSL_cleanse() when not needed (newer OpenSSL versions), or not possible (when cross compiling, see #479).

pabuhler commented 4 years ago

@itollefsen what do you think? Seams to look ok to me.

ydroneaud commented 3 years ago

Thanks