From 369daf839d8be228f757c98676972fa0810aff9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 10 Feb 2023 21:46:04 +0300 Subject: Release version 1.1.1+19 Upgrade to 1.1.1t That in particular fixes CVE-2022-2097 CVE-2022-4304 CVE-2022-4450 CVE-2023-0215 CVE-2023-0286. --- libcrypto/libcrypto/buildfile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libcrypto/libcrypto/buildfile') diff --git a/libcrypto/libcrypto/buildfile b/libcrypto/libcrypto/buildfile index 1f0bbd2..65cbe76 100644 --- a/libcrypto/libcrypto/buildfile +++ b/libcrypto/libcrypto/buildfile @@ -104,14 +104,6 @@ switch $c.class # treating them as errors. # c.coptions += -Wno-all -Wno-extra -Wno-error - - # @@ TMP Workaround the 'Elliptic Curve code without ASM is broken with - # Clang 14' issue (#18225) which is reproduced by the curl - # tests. Remove while upgrading to the upstream's version which - # contains the 'bn_nist: fix strict aliasing problem (1.1.1 backport)' - # commit (318ab8e3967f). - # - crypto/bn/obj{bn_nist}: c.coptions += -fno-strict-aliasing } case 'msvc' { -- cgit v1.1