commit | db67e99bbfda52fc82d1b176cd5eeed1a38f1bf5 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Thu Mar 23 10:57:39 2023 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Thu Mar 23 10:57:39 2023 +0000 |
tree | 7ce9f75d0767a5f00f8d4df1509211edc9153f8e | |
parent | dbe435cda022affa0e927975264a019a134fcaf4 [diff] [blame] |
Bump library, libcrypto and libx509 versions Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/Makefile b/library/Makefile index ceb9c0d..160aa6b 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -48,8 +48,8 @@ endif SOEXT_TLS?=so.19 -SOEXT_X509?=so.4 -SOEXT_CRYPTO?=so.13 +SOEXT_X509?=so.5 +SOEXT_CRYPTO?=so.14 # Set AR_DASH= (empty string) to use an ar implementation that does not accept # the - prefix for command line options (e.g. llvm-ar)