Inline LHASH_OF
authorDr. Stephen Henson <steve@openssl.org>
Mon, 11 Jan 2016 14:11:13 +0000 (14:11 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Jan 2016 17:50:27 +0000 (17:50 +0000)
commite6b5c341b94d357b0158ad74b12edd51399a4b87
tree0957d4adb18236b4f70e0edf836023d7b39a0d23
parent8e423bde2561bcddbc1d67f1fcc182d7dfa3f04d
Inline LHASH_OF

Make LHASH_OF use static inline functions.

Add new lh_get_down_load and lh_set_down_load functions and their
typesafe inline equivalents.

Make lh_error a function instead of a macro.

Reviewed-by: Rich Salz <rsalz@openssl.org>
21 files changed:
apps/openssl.c
apps/progs.h
apps/progs.pl
crypto/conf/conf_api.c
crypto/engine/eng_int.h
crypto/engine/eng_table.c
crypto/err/Makefile
crypto/err/err.c
crypto/err/err_lcl.h [new file with mode: 0644]
crypto/include/internal/cryptlib.h
crypto/lhash/lhash.c
crypto/mem_dbg.c
crypto/objects/Makefile
crypto/objects/o_names.c
crypto/objects/o_names.h [deleted file]
crypto/objects/obj_dat.c
crypto/objects/obj_lcl.h [new file with mode: 0644]
include/openssl/err.h
include/openssl/lhash.h
include/openssl/safestack.h
util/mkstack.pl