summaryrefslogtreecommitdiff
path: root/src/htsparse.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
commit84eb03f43a6bc47fe041b893a9aaa6773ffc29d5 (patch)
tree99d2470662339b90dc9b873a8496cc2e20d67f0a /src/htsparse.c
parent3c78185e9ac0c3d900c6688fb9040ae2d0f107eb (diff)
openssl is no longer dynamically probed at stratup, but dynamically linked
Diffstat (limited to 'src/htsparse.c')
-rw-r--r--src/htsparse.c3
1 files changed, 1 insertions, 2 deletions
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