From efa69be688b62ebe3671d9e5d5cd5ade5a203a7e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 5 Apr 2013 16:09:11 +0000 Subject: Add libssl.dylib in the search list for libssl (Nils Breunese) * closes:#6 --- src/htsmodules.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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", -- cgit v1.2.3