commit | d2e77b51a198a97439b360f77e5ef764fc3d07b2 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Mar 10 14:25:34 2020 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 23 17:55:31 2020 +0100 |
tree | 099b8508457db7eb2701cc5d36b00d0ed436c113 | |
parent | 4e616f893bb731bb43b24c3f280a506f485428d4 [diff] [blame] |
Restore the library SO version in Makefile
diff --git a/library/Makefile b/library/Makefile index 4c12e2f..07247f1 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -36,8 +36,8 @@ 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