]> www.infradead.org Git - users/sagi/libnvme.git/commit
build: Update OpenSSL wrap
authorDaniel Wagner <dwagner@suse.de>
Fri, 24 Mar 2023 15:50:48 +0000 (16:50 +0100)
committerDaniel Wagner <wagi@monom.org>
Fri, 24 Mar 2023 16:09:56 +0000 (17:09 +0100)
commit8c507db1731d0719df58206a2ac871f98ebfaedc
treec7d457d3e53aa2c439561594e4c600d864121198
parent9285f9fa0d2ecaba42300b56ad6ce014ad39348c
build: Update OpenSSL wrap

Update to OpenSSL 3.0.7.

When the fallback was using v1 we never went into the v3 testing. With
updating to v3 we are going to figure out if we have LibreSSL spin of
the API. But cc.has_header_symbol() and cc.has_header() only work on
external library and not on fallbacks.

Thus if we use the fallback (internal) we just know it is API version 3
and don't do any crazy testing.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build
subprojects/openssl.wrap