Fix a missing function prototype in AFALG engine
authorMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 22:55:13 +0000 (22:55 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Nov 2016 09:28:16 +0000 (09:28 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
engines/afalg/e_afalg.c

index 658de4250b72b7cbf196251e62dfc96874bc25f8..8e019d4903efd91db7ff2a7602e1ea12ebae9661 100644 (file)
@@ -28,6 +28,7 @@
     !defined(AF_ALG)
 # warning "AFALG ENGINE requires Kernel Headers >= 4.1.0"
 # warning "Skipping Compilation of AFALG engine"
+void engine_load_afalg_int(void);
 void engine_load_afalg_int(void)
 {
 }