summaryrefslogtreecommitdiff
path: root/src/htsparse.c
diff options
context:
space:
mode:
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