From dce3642432873f18e3ae557d27d715fb52608689 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 10 Apr 2014 16:38:09 +0000 Subject: Fixed FTBFS. --- src/htslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htslib.c b/src/htslib.c index fbdb10d..ce2bcc5 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5151,7 +5151,7 @@ HTSEXT_API int hts_init(void) { if (ssl_vulnerable(version)) { fprintf(stderr, "SSLeay_version(SSLEAY_VERSION) == '%s'\n", version); - abortLog("unable to initialize TLS: SSLeay_version(SSLEAY_VERSION) == '%s': OpenSSL version seems vulnerable to heartbleed bug (CVE-2014-0160)", version); + abortLog("unable to initialize TLS: OpenSSL version seems vulnerable to heartbleed bug (CVE-2014-0160)"); assertf("OpenSSL version seems vulnerable to heartbleed bug (CVE-2014-0160)" == NULL); } -- cgit v1.2.3