summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/htsmodules.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsmodules.c b/src/htsmodules.c
index 8be4f26..f2524b7 100644
--- a/src/htsmodules.c
+++ b/src/htsmodules.c
@@ -264,6 +264,9 @@ void htspe_init(void) {
#else
/* We are compatible with 0.9.6/7/8/8b and potentially above */
static const char *const libs[] = {
+#ifdef __APPLE__
+ "libssl.dylib",
+#endif
"libssl.so.1.0",
"libssl.so.1",
"libssl.so.1.0.0",