From d2e77b51a198a97439b360f77e5ef764fc3d07b2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 10 Mar 2020 14:25:34 +0100 Subject: [PATCH] Restore the library SO version in Makefile --- library/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Makefile b/library/Makefile index 4c12e2f80..07247f150 100644 --- a/library/Makefile +++ b/library/Makefile @@ -36,8 +36,8 @@ LOCAL_CFLAGS += -fPIC -fpic endif endif -SOEXT_TLS=so.12 -SOEXT_X509=so.0 +SOEXT_TLS=so.13 +SOEXT_X509=so.1 SOEXT_CRYPTO=so.4 # Set AR_DASH= (empty string) to use an ar implementation that does not accept