diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:45:03 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:50:31 +0200 |
commit | 46117d31fe420124dd07f8f16d7a76fecc290980 (patch) | |
tree | 4e46fa388cebea43b0a66b67a5715a04a0ad57f2 /engines/build.info | |
parent | VMS: no ENDIF on one line IF statements, in config.com (diff) | |
download | openssl-46117d31fe420124dd07f8f16d7a76fecc290980.tar.xz openssl-46117d31fe420124dd07f8f16d7a76fecc290980.zip |
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: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'engines/build.info')
-rw-r--r-- | engines/build.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/build.info b/engines/build.info index 25917ff034..1c47e77099 100644 --- a/engines/build.info +++ b/engines/build.info @@ -2,14 +2,12 @@ IF[{- !$disabled{"engine"} -}] IF[{- $disabled{"dynamic-engine"} -}] LIBS=../libcrypto SOURCE[../libcrypto]=\ - e_padlock.c {- $target{padlock_asm_src} -} \ - e_dasync.c + e_padlock.c {- $target{padlock_asm_src} -} IF[{- !$disabled{capieng} -}] SOURCE[../libcrypto]=e_capi.c ENDIF ELSE - ENGINES=padlock dasync - ENGINES_NO_INST=ossltest + ENGINES=padlock SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -} DEPEND[padlock]=../libcrypto INCLUDE[padlock]=../include @@ -19,6 +17,8 @@ IF[{- !$disabled{"engine"} -}] DEPEND[capi]=../libcrypto INCLUDE[capi]=../include ENDIF + + ENGINES_NO_INST=ossltest dasync SOURCE[dasync]=e_dasync.c DEPEND[dasync]=../libcrypto INCLUDE[dasync]=../include |