diff options
author | Richard Levitte <levitte@openssl.org> | 2019-02-06 17:42:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-16 00:29:42 +0100 |
commit | d64b62998beceef8a8b8e1558862eb1c671d677a (patch) | |
tree | 1488259182cb8a09b18410623eb070afc07f63ee /crypto/build.info | |
parent | Add CRYPTO_alloc_ex_data() (diff) | |
download | openssl-d64b62998beceef8a8b8e1558862eb1c671d677a.tar.xz openssl-d64b62998beceef8a8b8e1558862eb1c671d677a.zip |
Add an OpenSSL library context
The context builds on CRYPTO_EX_DATA, allowing it to be dynamically
extended with new data from the different parts of libcrypto.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8225)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info index 3b6731534b..fc0050ea4e 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -12,7 +12,7 @@ SOURCE[../libcrypto]=\ cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fopen.c ctype.c \ threads_pthread.c threads_win.c threads_none.c getenv.c \ - o_init.c o_fips.c mem_sec.c init.c sparse_array.c \ + o_init.c o_fips.c mem_sec.c init.c context.c sparse_array.c \ {- $target{cpuid_asm_src} -} {- $target{uplink_aux_src} -} DEPEND[cversion.o]=buildinf.h |