summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-02-13 09:30:20 +1000
committerPauli <paul.dale@oracle.com>2019-02-13 11:03:52 +1000
commit7f4268bff3cf49b96d25bfd83013ee310c31520b (patch)
tree45b1294fefe6a0f986400122112f903c48f9a9bd /engines
parent583fd0c1085c6297e3dd632ac588afee723aae5a (diff)
Fix master build.
The recent change from ENGINES to MODULES broke the configure it seems. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8219)
Diffstat (limited to 'engines')
-rw-r--r--engines/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/build.info b/engines/build.info
index f94e620a02..e493cedaab 100644
--- a/engines/build.info
+++ b/engines/build.info
@@ -43,7 +43,7 @@ IF[{- !$disabled{"engine"} -}]
ENDIF
ENDIF
IF[{- !$disabled{"devcryptoeng"} -}]
- ENGINES=devcrypto
+ MODULES=devcrypto
SOURCE[devcrypto]=e_devcrypto.c
DEPEND[devcrypto]=../libcrypto
INCLUDE[devcrypto]=../include