diff options
author | Rich Salz <rsalz@akamai.com> | 2016-02-10 16:33:18 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-10 16:42:08 +0100 |
commit | f69e29e2c2ae61d6323dd9f2b9b316dd816da3ff (patch) | |
tree | b9709a8dff5a824e3f13ddd60e72d5abd534b9b2 | |
parent | Rename INIT funtions, deprecate old ones. (diff) | |
download | openssl-f69e29e2c2ae61d6323dd9f2b9b316dd816da3ff.tar.xz openssl-f69e29e2c2ae61d6323dd9f2b9b316dd816da3ff.zip |
Update unified build after store removal
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
-rw-r--r-- | crypto/engine/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/build.info b/crypto/engine/build.info index d27646a9e8..161dad4d02 100644 --- a/crypto/engine/build.info +++ b/crypto/engine/build.info @@ -2,7 +2,7 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ eng_table.c eng_pkey.c eng_fat.c eng_all.c \ - tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_store.c \ + tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c \ tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \ eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \ eng_rdrand.c |