Fix AFALG kernel and headers mismatch problem
[openssl.git] / engines / afalg / e_afalg.c
index 830e88b3024a16fea903ac395fb194759ebd76e8..d8599a165b60e23d1702b90c5789f2f873476349 100644 (file)
@@ -69,6 +69,9 @@
 #if LINUX_VERSION_CODE <= KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)
 # warning "AFALG ENGINE requires Kernel Headers >= 4.1.0"
 # warning "Skipping Compilation of AFALG engine"
+void engine_load_afalg_int(void)
+{
+}
 #else
 
 # include <linux/if_alg.h>