diff options
Diffstat (limited to 'mod/mod-build-result.hxx')
-rw-r--r-- | mod/mod-build-result.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/mod-build-result.hxx b/mod/mod-build-result.hxx index 71a60f9..1b32ad4 100644 --- a/mod/mod-build-result.hxx +++ b/mod/mod-build-result.hxx @@ -36,6 +36,13 @@ namespace brep private: shared_ptr<options::build_result> options_; + + // True if the openssl version is greater or equal to 3.0.0 and so pkeyutl + // needs to be used instead of rsautl. + // + // Note that openssl 3.0.0 deprecates rsautl in favor of pkeyutl. + // + bool use_openssl_pkeyutl_; }; } |