mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Change warning to -Wno-deprecated-declarations
This commit is contained in:
parent
a6b2e28d50
commit
b143717cbd
2 changed files with 1 additions and 2 deletions
|
@ -281,7 +281,6 @@ SSL_CTX* SrsDtls::build_dtls_ctx()
|
|||
#endif
|
||||
|
||||
if (_srs_rtc_dtls_certificate->is_ecdsa()) { // By ECDSA, https://stackoverflow.com/a/6006898
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10002000L // v1.0.2
|
||||
// For ECDSA, we could set the curves list.
|
||||
// @see https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_set1_curves_list.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue