mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
add comments for the heartbleed bug, see: http://www.openssl.org/news/secadv_20140407.txt
This commit is contained in:
parent
9372a7065a
commit
056895a978
1 changed files with 3 additions and 0 deletions
|
@ -440,6 +440,9 @@ fi
|
|||
#####################################################################################
|
||||
# openssl, for rtmp complex handshake
|
||||
#####################################################################################
|
||||
# @see http://www.openssl.org/news/secadv_20140407.txt
|
||||
# Affected users should upgrade to OpenSSL 1.0.1g. Users unable to immediately
|
||||
# upgrade can alternatively recompile OpenSSL with -DOPENSSL_NO_HEARTBEATS.
|
||||
if [ $SRS_SSL = YES ]; then
|
||||
# check the arm flag file, if flag changed, need to rebuild the st.
|
||||
if [ $SRS_ARM_UBUNTU12 = YES ]; then
|
||||
|
|
Loading…
Reference in a new issue