* lib/af_alg.c: Include af_alg.h regardless, so that the
compilation unit is nonempty.
+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.
#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>