diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-10 16:38:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-10 16:38:09 +0000 |
commit | dce3642432873f18e3ae557d27d715fb52608689 (patch) | |
tree | 03e5e8c73e29aeedad46342280ff06d960e60c74 /src | |
parent | 91c6288d40982c787cad22c1bd1c8f5d9dc6452a (diff) |
Fixed FTBFS.
Diffstat (limited to 'src')
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |