From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADA1A158094 for ; Tue, 12 Jul 2022 02:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D64CCE0D97; Tue, 12 Jul 2022 02:45:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96135E0D97 for ; Tue, 12 Jul 2022 02:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCF22340C8D for ; Tue, 12 Jul 2022 02:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29584105 for ; Tue, 12 Jul 2022 02:45:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657593941.55e1c6ff631293f6d5167659f58b6a0d8afd6bb3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch X-VCS-Directories: app-crypt/tpm-tools/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 55e1c6ff631293f6d5167659f58b6a0d8afd6bb3 X-VCS-Branch: master Date: Tue, 12 Jul 2022 02:45:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e69148ce-88ad-452b-b963-7160c772f4ae X-Archives-Hash: 66ccf9baa636fedb3d1e76f445bcaaef commit: 55e1c6ff631293f6d5167659f58b6a0d8afd6bb3 Author: orbea riseup net> AuthorDate: Mon Jul 11 00:11:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 12 02:45:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e1c6ff app-crypt/tpm-tools: Remove libressl support This removes outdated libressl checks from the openssl-1.1.patch which are no longer required for the libressl overlay. Signed-off-by: orbea riseup.net> Signed-off-by: Sam James gentoo.org> app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch b/app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch index a5747dbca709..ae31af025851 100644 --- a/app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch +++ b/app-crypt/tpm-tools/files/tpm-tools-1.3.9.1-openssl-1.1.patch @@ -17,7 +17,7 @@ index f534717..33c76e7 100644 #include #include -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L +static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) { + if ( n ) + *n = r->n; @@ -236,6 +236,3 @@ index f534717..33c76e7 100644 rc = 0; --- -2.19.2 -