From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 38F341F461 for ; Sat, 11 May 2019 15:32:50 +0000 (UTC) Received: from localhost ([127.0.0.1]:60228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPTzU-0002to-T0 for normalperson@yhbt.net; Sat, 11 May 2019 11:32:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPTzQ-0002sp-Sv for bug-gnulib@gnu.org; Sat, 11 May 2019 11:32:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPTzO-00057X-U6 for bug-gnulib@gnu.org; Sat, 11 May 2019 11:32:44 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:37744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPTzN-00056E-IJ for bug-gnulib@gnu.org; Sat, 11 May 2019 11:32:42 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6EF4C1619CA for ; Sat, 11 May 2019 08:32:39 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id c0UmBdSbhXhZ; Sat, 11 May 2019 08:32:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6702E1619C6; Sat, 11 May 2019 08:32:38 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qxGy9ZhZTUqK; Sat, 11 May 2019 08:32:38 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 47D3E1618B9; Sat, 11 May 2019 08:32:38 -0700 (PDT) From: Paul Eggert To: bug-gnulib@gnu.org Subject: [PATCH 1/2] crypto/af_alg: port to strict C compilers Date: Sat, 11 May 2019 08:32:30 -0700 Message-Id: <20190511153231.27326-1-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" * lib/af_alg.c: Include af_alg.h regardless, so that the compilation unit is nonempty. --- ChangeLog | 6 ++++++ lib/af_alg.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9cb89306..fa615c1f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-05-11 Paul Eggert + + crypto/af_alg: port to strict C compilers + * lib/af_alg.c: Include af_alg.h regardless, so that the + compilation unit is nonempty. + 2019-05-10 Bruno Haible =20 base64: Avoid false positive warning from Coverity. diff --git a/lib/af_alg.c b/lib/af_alg.c index 914ef5709..8fa131624 100644 --- a/lib/af_alg.c +++ b/lib/af_alg.c @@ -18,10 +18,10 @@ =20 #include =20 -#if USE_LINUX_CRYPTO_API - #include "af_alg.h" =20 +#if USE_LINUX_CRYPTO_API + #include #include #include --=20 2.21.0