projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583fd0c
)
Fix master build.
author
Pauli
<paul.dale@oracle.com>
Tue, 12 Feb 2019 23:30:20 +0000
(09:30 +1000)
committer
Pauli
<paul.dale@oracle.com>
Wed, 13 Feb 2019 01:03:52 +0000
(11:03 +1000)
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)
engines/build.info
patch
|
blob
|
history
diff --git
a/engines/build.info
b/engines/build.info
index f94e620a02317e8a8bdd5a0fdee0668e4ce694b7..e493cedaab85ac4af40fd516d5e1f90d3c69d3c0 100644
(file)
--- a/
engines/build.info
+++ b/
engines/build.info
@@
-43,7
+43,7
@@
IF[{- !$disabled{"engine"} -}]
ENDIF
ENDIF
IF[{- !$disabled{"devcryptoeng"} -}]
-
ENGIN
ES=devcrypto
+
MODUL
ES=devcrypto
SOURCE[devcrypto]=e_devcrypto.c
DEPEND[devcrypto]=../libcrypto
INCLUDE[devcrypto]=../include