1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC support openssl 1.0.*

This commit is contained in:
winlin 2020-04-03 13:41:45 +08:00
parent f853c7a1e0
commit 9ad5a5d9b6
3 changed files with 10 additions and 2 deletions

View file

@ -34,6 +34,7 @@ using namespace std;
#include <srs_kernel_buffer.hpp>
#include <srs_kernel_log.hpp>
#include <srs_kernel_utility.hpp>
#include <srs_rtmp_handshake.hpp>
static srs_error_t hmac_encode(const std::string& algo, const char* key, const int& key_length,
const char* input, const int input_length, char* output, unsigned int& output_length)