diff options
author | Pauli <paul.dale@oracle.com> | 2019-01-24 03:15:54 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-02-12 12:07:29 +0100 |
commit | a40f0f6475711f01d32c4cdc39e54311b7e9c876 (patch) | |
tree | 789541f8410570ae1c278a33123dd9a261e4378a /crypto/build.info | |
parent | Rework build: small correction in unix-Makefile.tmpl (diff) | |
download | openssl-a40f0f6475711f01d32c4cdc39e54311b7e9c876.tar.xz openssl-a40f0f6475711f01d32c4cdc39e54311b7e9c876.zip |
Add sparse array data type.
This commit adds a space and time efficient sparse array data structure.
The structure's raw API is wrapped by inline functions which provide type
safety.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/8197)
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info index 5e879ea9b4..3b6731534b 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -12,8 +12,8 @@ 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 {- $target{cpuid_asm_src} -} \ - {- $target{uplink_aux_src} -} + o_init.c o_fips.c mem_sec.c init.c sparse_array.c \ + {- $target{cpuid_asm_src} -} {- $target{uplink_aux_src} -} DEPEND[cversion.o]=buildinf.h GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)" |