mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, enable HTTPS by default
This commit is contained in:
parent
5577d19b61
commit
d2df045d0e
4 changed files with 17 additions and 10 deletions
|
@ -31,12 +31,6 @@
|
|||
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#ifdef SRS_HTTPS
|
||||
#if (OPENSSL_VERSION_NUMBER < 0x10002000L) // v1.0.2
|
||||
#error "For https, we requires openssl 1.0.2+"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <srs_service_st.hpp>
|
||||
#include <srs_http_stack.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue