Received: by mail.netbsd.org (Postfix, from userid 605) id 3407184EB4; Sun, 9 Apr 2023 06:17:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B4D484EA4 for ; Sun, 9 Apr 2023 06:17:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zDJkopp7zQp1 for ; Sun, 9 Apr 2023 06:17:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 00CC984D0C for ; Sun, 9 Apr 2023 06:17:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2A73FA84; Sun, 9 Apr 2023 06:17:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Apr 2023 06:17:55 +0000 From: "Luke Mewburn" Subject: CVS commit: othersrc/usr.bin/tnftp/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230409061755.F2A73FA84@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Luke Mewburn" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: othersrc Committed By: lukem Date: Sun Apr 9 06:17:55 UTC 2023 Modified Files: othersrc/usr.bin/tnftp/src: ssl.c Log Message: ssl.c: sync from upstream 1.14 Simplify includes Include "ftp_var.h" instead of various system headers and "extern.h" To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/src/ssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.