From 073f4ed111b0b10dcbd81fc112f9d66e41f40fac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Nov 2021 17:43:22 +0300 Subject: Use pkeyutl command instead of rsautl starting openssl version 3.0.0 --- bpkg/options-types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/options-types.hxx') diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx index 8e8cbf1..741e93c 100644 --- a/bpkg/options-types.hxx +++ b/bpkg/options-types.hxx @@ -73,7 +73,7 @@ namespace bpkg } }; - extern const char* openssl_commands[3]; // Clang bug requres explicit size. + extern const char* openssl_commands[5]; // Clang bug requres explicit size. } #endif // BPKG_OPTIONS_TYPES_HXX -- cgit v1.1