aboutsummaryrefslogtreecommitdiff
path: root/bpkg/options-types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-17 17:43:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-19 12:20:14 +0300
commit073f4ed111b0b10dcbd81fc112f9d66e41f40fac (patch)
treefc950ce97f0ca2ad2f215598e7bd9275e077aaef /bpkg/options-types.hxx
parenta3442288cfdfc176730e6abb7ec709a638572a59 (diff)
Use pkeyutl command instead of rsautl starting openssl version 3.0.0
Diffstat (limited to 'bpkg/options-types.hxx')
-rw-r--r--bpkg/options-types.hxx2
1 files changed, 1 insertions, 1 deletions
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