From: Paul Eggert Date: Sat, 11 May 2019 15:25:32 +0000 (-0700) Subject: crypto/af_alg: port to strict C compilers X-Git-Tag: v1.0~4957 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=de3bb547b53dd54cf20661915bafeebf15f3828b;p=gnulib.git crypto/af_alg: port to strict C compilers * lib/af_alg.c: Include af_alg.h regardless, so that the compilation unit is nonempty. --- diff --git a/ChangeLog b/ChangeLog index c9cb893065..fa615c1f72 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 base64: Avoid false positive warning from Coverity. diff --git a/lib/af_alg.c b/lib/af_alg.c index 914ef5709e..8fa1316241 100644 --- a/lib/af_alg.c +++ b/lib/af_alg.c @@ -18,10 +18,10 @@ #include -#if USE_LINUX_CRYPTO_API - #include "af_alg.h" +#if USE_LINUX_CRYPTO_API + #include #include #include