mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Refine build script.
This commit is contained in:
parent
21b9345387
commit
d9cf874033
4 changed files with 10 additions and 1 deletions
|
@ -726,6 +726,8 @@ SrsSslConnection::~SrsSslConnection()
|
|||
}
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
srs_error_t SrsSslConnection::handshake(string key_file, string crt_file)
|
||||
{
|
||||
srs_error_t err = srs_success;
|
||||
|
@ -867,6 +869,7 @@ srs_error_t SrsSslConnection::handshake(string key_file, string crt_file)
|
|||
|
||||
return err;
|
||||
}
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
void SrsSslConnection::set_recv_timeout(srs_utime_t tm)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue