mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_SSL
This commit is contained in:
parent
e4e6dd2169
commit
c6844527fb
4 changed files with 5 additions and 9 deletions
|
@ -106,6 +106,8 @@ static int DH_set_length(DH *dh, long length)
|
|||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
namespace _srs_internal
|
||||
{
|
||||
// 68bytes FMS key which is used to sign the sever packet.
|
||||
|
@ -1080,8 +1082,6 @@ namespace _srs_internal
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
SrsSimpleHandshake::SrsSimpleHandshake()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue