From 99d87f9f9c5284454f64bdd94b1f6133b137a0cd Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 15 Sep 2016 13:17:58 +0800 Subject: [PATCH] fix sys-ssl librtmp build bug. --- trunk/research/librtmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/research/librtmp/Makefile b/trunk/research/librtmp/Makefile index 15aa35f6d..752113f41 100755 --- a/trunk/research/librtmp/Makefile +++ b/trunk/research/librtmp/Makefile @@ -71,7 +71,7 @@ ifeq ($(HANDSHAKE), SSL) SRS_LIBSSL_L = $(SRS_OBJS)/openssl/lib/libssl.a $(SRS_OBJS)/openssl/lib/libcrypto.a endif ifneq ($(shell test -f $(SRS_OBJS)/openssl/lib/libssl.a && echo yes), yes) - SRS_LIBSSL_L = -lssl -lcrypt + SRS_LIBSSL_L = -lssl -lcrypto endif ssl: