Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p1owu-0008EB-Vk for pgsql-interfaces@arkaria.postgresql.org; Sun, 04 Dec 2022 13:22:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p1ows-0004i2-RT for pgsql-interfaces@arkaria.postgresql.org; Sun, 04 Dec 2022 13:22:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p1ows-0004hs-K5 for pgsql-interfaces@lists.postgresql.org; Sun, 04 Dec 2022 13:22:26 +0000 Received: from mail2.g1.pair.com ([66.39.3.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p1own-0007CF-Ab for pgsql-interfaces@lists.postgresql.org; Sun, 04 Dec 2022 13:22:25 +0000 Received: from mail2.g1.pair.com (localhost [127.0.0.1]) by mail2.g1.pair.com (Postfix) with ESMTP id EC86183235D for ; Sun, 4 Dec 2022 08:22:18 -0500 (EST) Received: from smtpclient.apple (host-95-233-97-166.retail.telecomitalia.it [95.233.97.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail2.g1.pair.com (Postfix) with ESMTPSA id A21DB8443BA for ; Sun, 4 Dec 2022 08:22:18 -0500 (EST) From: Marco Bambini Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Libpq linked statically linked to OpenSSL/LibreSSL Message-Id: Date: Sun, 4 Dec 2022 14:22:07 +0100 To: pgsql-interfaces@lists.postgresql.org X-Mailer: Apple Mail (2.3731.200.110.1.12) X-Scanned-By: mailmunge 3.10 on 66.39.3.168 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi all, After several attempts, I am asking for help with how to compile libpq = with OpenSSL statically linked. I need to have libpq linked with LibreSSL, but if I could statically = link OpenSSL, I think I could switch the TLS libraries at compile time. Any help would be really appreciated. Thanks, Marco=