From: Mike Brady Date: Fri, 18 Jan 2019 16:33:32 +0000 (+0000) Subject: make OpenSSL routines un-cancellable, in case there might be possible memory leaks... X-Git-Tag: 3.3RC0~66^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40a48693f7805d9d227c943423e1d400fa4ae70;p=thirdparty%2Fshairport-sync.git make OpenSSL routines un-cancellable, in case there might be possible memory leaks on cancellation --- diff --git a/configure.ac b/configure.ac index dfeb1147..14b8f39c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d46], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d47], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])