aboutsummaryrefslogtreecommitdiffstats
path: root/engines/afalg
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-18 14:07:31 +0000
committerMatt Caswell <matt@openssl.org>2016-03-18 17:07:11 +0000
commit6bf73e53b727b4da58973d73d95fa04f922f0c90 (patch)
treecb8908e0e628468f45e9b4faa981d5aa53ca5fda /engines/afalg
parentb4a3aeebd9f9280aa7e69a343f5c824e68466d90 (diff)
downloadopenssl-6bf73e53b727b4da58973d73d95fa04f922f0c90.tar.gz
Fix no-deprecated
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>
Diffstat (limited to 'engines/afalg')
-rw-r--r--engines/afalg/e_afalg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/afalg/e_afalg.c b/engines/afalg/e_afalg.c
index 90d7602068..3ccf9d517c 100644
--- a/engines/afalg/e_afalg.c
+++ b/engines/afalg/e_afalg.c
@@ -60,6 +60,7 @@
#include <openssl/engine.h>
#include <openssl/async.h>
+#include <openssl/err.h>
#include <linux/version.h>
#define K_MAJ 4