From 84eb03f43a6bc47fe041b893a9aaa6773ffc29d5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 19 May 2013 15:31:45 +0000 Subject: openssl is no longer dynamically probed at stratup, but dynamically linked --- src/htsparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/htsparse.c') diff --git a/src/htsparse.c b/src/htsparse.c index 73f66ac..419d882 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -1685,8 +1685,7 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) { if ((strfield(tempo, "http:")) || (strfield(tempo, "ftp:")) #if HTS_USEOPENSSL - || (SSL_is_available - && (strfield(tempo, "https:")) + || (strfield(tempo, "https:") ) #endif #if HTS_USEMMS -- cgit v1.2.3