commit | 45d4193137b3e23b90a210e10c65ef8ba376eb81 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Oct 17 19:49:32 2022 +0000 |
committer | Willy Tu <wltu@google.com> | Mon Oct 17 19:51:09 2022 +0000 |
tree | 9c8421b7bbcca913ecccadcb5223160ea30b12da | |
parent | 76889090d85dade0e4c486cbd4977d8275765fbe [diff] |
cleanup Secure types Removed `std::allocator::rebind` since it has been (deprecated in C++17)(removed in C++20). Also cleaned up the OPENSSL_cleanse for SecureString and SecureBuffer to just point to the beginning of the data with `this->data()`. Change-Id: I3bd5b65171a4c5b49f8747d13984e1ce96c00190 Signed-off-by: Willy Tu <wltu@google.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage