mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove noisy informations.
This commit is contained in:
parent
ad3749a4d5
commit
6dbe79ad02
8 changed files with 5 additions and 15 deletions
|
@ -42,6 +42,9 @@ using namespace _srs_internal;
|
|||
// for openssl_generate_key
|
||||
#include <openssl/dh.h>
|
||||
|
||||
// For randomly generate the handshake bytes.
|
||||
#define RTMP_SIG_SRS_HANDSHAKE RTMP_SIG_SRS_KEY "(" RTMP_SIG_SRS_VERSION ")"
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
|
||||
static HMAC_CTX *HMAC_CTX_new(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue