Fix no-deprecated
authorMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 14:07:31 +0000 (14:07 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 17:07:11 +0000 (17:07 +0000)
The no-deprecated build was failing because afalg was relying on a
transitive include that does not exist in a no-deprecated build.

Reviewed-by: Rich Salz <rsalz@openssl.org>
engines/afalg/e_afalg.c

index 90d76020683d852c3db8a36d182532065d340d37..3ccf9d517c3134bd6985966c772a8ee23ba08ac3 100644 (file)
@@ -60,6 +60,7 @@
 
 #include <openssl/engine.h>
 #include <openssl/async.h>
+#include <openssl/err.h>
 
 #include <linux/version.h>
 #define K_MAJ   4