diff options
author | Richard Levitte <levitte@openssl.org> | 2016-07-08 14:52:51 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-07-18 20:49:54 +0200 |
commit | 7218ae513408a58e8f8f20ed49dc45505e00a5b2 (patch) | |
tree | 579b6b8d1cccd0942a8f2f99067836c560560ec5 /engines/build.info | |
parent | Adapt the build files to the new "install" hash table (diff) | |
download | openssl-7218ae513408a58e8f8f20ed49dc45505e00a5b2.tar.xz openssl-7218ae513408a58e8f8f20ed49dc45505e00a5b2.zip |
Use _NO_INST in some build.info files
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines/build.info')
-rw-r--r-- | engines/build.info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/build.info b/engines/build.info index e42684f93a..25917ff034 100644 --- a/engines/build.info +++ b/engines/build.info @@ -8,7 +8,8 @@ IF[{- !$disabled{"engine"} -}] SOURCE[../libcrypto]=e_capi.c ENDIF ELSE - ENGINES=padlock dasync ossltest + ENGINES=padlock dasync + ENGINES_NO_INST=ossltest SOURCE[padlock]=e_padlock.c {- $target{padlock_asm_src} -} DEPEND[padlock]=../libcrypto INCLUDE[padlock]=../include |