提交 46117d31 编写于 作者: R Richard Levitte

dasync is an internal testing engine, so don't install it

Unfortunately, it means that the VMS IVP gets a bit crippled.  This
will be fixed later on.
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 22381197
...@@ -38,8 +38,8 @@ $ ! If something else is wrong with the installation, we're likely ...@@ -38,8 +38,8 @@ $ ! If something else is wrong with the installation, we're likely
$ ! to get an image activation error here $ ! to get an image activation error here
$ openssl version -a $ openssl version -a
$ $
$ ! Verify that engines are where they should be. $ ! FUTURE ENHANCEMENT: Verify that engines are where they should be.
$ openssl engine -c -t dasync $ ! openssl engine -c -t checker
$ $
$ WRITE SYS$ERROR "OpenSSL IVP passed" $ WRITE SYS$ERROR "OpenSSL IVP passed"
$ EXIT %x10000001 $ EXIT %x10000001
......
...@@ -2,14 +2,12 @@ IF[{- !$disabled{"engine"} -}] ...@@ -2,14 +2,12 @@ IF[{- !$disabled{"engine"} -}]
IF[{- $disabled{"dynamic-engine"} -}] IF[{- $disabled{"dynamic-engine"} -}]
LIBS=../libcrypto LIBS=../libcrypto
SOURCE[../libcrypto]=\ SOURCE[../libcrypto]=\
e_padlock.c {- $target{padlock_asm_src} -} \ e_padlock.c {- $target{padlock_asm_src} -}
e_dasync.c
IF[{- !$disabled{capieng} -}] IF[{- !$disabled{capieng} -}]
SOURCE[../libcrypto]=e_capi.c SOURCE[../libcrypto]=e_capi.c
ENDIF ENDIF
ELSE ELSE
ENGINES=padlock dasync ENGINES=padlock
ENGINES_NO_INST=ossltest
SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -} SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -}
DEPEND[padlock]=../libcrypto DEPEND[padlock]=../libcrypto
INCLUDE[padlock]=../include INCLUDE[padlock]=../include
...@@ -19,6 +17,8 @@ IF[{- !$disabled{"engine"} -}] ...@@ -19,6 +17,8 @@ IF[{- !$disabled{"engine"} -}]
DEPEND[capi]=../libcrypto DEPEND[capi]=../libcrypto
INCLUDE[capi]=../include INCLUDE[capi]=../include
ENDIF ENDIF
ENGINES_NO_INST=ossltest dasync
SOURCE[dasync]=e_dasync.c SOURCE[dasync]=e_dasync.c
DEPEND[dasync]=../libcrypto DEPEND[dasync]=../libcrypto
INCLUDE[dasync]=../include INCLUDE[dasync]=../include
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册