summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c
index 24ed72c..fbea649 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -5113,6 +5113,9 @@ static int ssl_vulnerable(const char *version) {
return 0;
}
+/* user abort callback */
+htsErrorCallback htsCallbackErr = NULL;
+
static void default_inthash_asserthandler(void *arg, const char* exp, const char* file, int line) {
abortf_(exp, file, line);
}