1
0
Fork 0
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:
winlin 2014-04-09 11:06:53 +08:00
parent 9372a7065a
commit 056895a978

View file

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