]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/af_alg: port to strict C compilers
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 May 2019 15:25:32 +0000 (08:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 May 2019 15:32:11 +0000 (08:32 -0700)
* lib/af_alg.c: Include af_alg.h regardless, so that the
compilation unit is nonempty.

ChangeLog
lib/af_alg.c

index c9cb8930653b61a1d79a0778e230ba1cf8b9c6aa..fa615c1f72cd6a0625c4b1ac3db5b0c34382aa99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        base64: Avoid false positive warning from Coverity.
index 914ef5709e875c4451254b2cf39c9bfc045108a9..8fa1316241c3bc9441ac2a9b98a94ba2c8b01402 100644 (file)
 
 #include <config.h>
 
-#if USE_LINUX_CRYPTO_API
-
 #include "af_alg.h"
 
+#if USE_LINUX_CRYPTO_API
+
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>