You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpftool: Use libcrypto feature test to optionally support signing
New libcrypto test verifies presence of openssl3 needed for BPF
signing; use that feature to conditionally compile signing-related
code so bpftool build will not break in the absence of libcrypto v3.
Fixes: 40863f4 ("bpftool: Add support for signing BPF programs")
Suggested-by: Quentin Monnet <[email protected]>
Signed-off-by: Alan Maguire <[email protected]>
0 commit comments