1
0
Fork 0
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:
winlin 2019-04-30 08:43:12 +08:00
parent ad3749a4d5
commit 6dbe79ad02
8 changed files with 5 additions and 15 deletions

View file

@ -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)