Use #if for ENABLE_AF_ALG.

This commit is contained in:
Milan Broz
2025-01-16 12:28:54 +01:00
parent c21c746eff
commit ff81791308
6 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
#include <sys/stat.h>
#include "crypto_backend_internal.h"
#ifdef ENABLE_AF_ALG
#if ENABLE_AF_ALG
#include <linux/if_alg.h>