]> git.ipfire.org Git - thirdparty/openssl.git/commit
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.
authorPauli <ppzgs1@gmail.com>
Sat, 1 Jan 2022 01:43:31 +0000 (12:43 +1100)
committerPauli <ppzgs1@gmail.com>
Sat, 15 Jan 2022 00:16:32 +0000 (11:16 +1100)
commit57645339ab645fe5abffe14fc005b5402ce03b84
tree38e6ad430ee17e53c421974c363cc797ff399a7a
parent04bc3c1277b8b20dc29f96933f7be592c0535aa8
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.

This takes out the lock step stacks that allow a fast property to name
resolution.  Follow on from #17325.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17388)
crypto/property/property_string.c