aboutsummaryrefslogtreecommitdiff
path: root/libbutl/openssl.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-10-25 11:52:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-10-25 13:13:36 +0300
commit397d710073eae9ad282bc0df9482a41d621acde5 (patch)
tree10e68fd289a91d6879afdcdd77f6c50508587fc9 /libbutl/openssl.txx
parent9c14033610bc00072d00389c879ac305efbb95df (diff)
Allow omitting minor version number in semantic_version
Diffstat (limited to 'libbutl/openssl.txx')
-rw-r--r--libbutl/openssl.txx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx
index 01e854c..f55432d 100644
--- a/libbutl/openssl.txx
+++ b/libbutl/openssl.txx
@@ -105,6 +105,7 @@ namespace butl
optional<semantic_version> ver (
parse_semantic_version (string (s, b, e != string::npos ? e - b : e),
+ semantic_version::allow_build,
"" /* build_separators */));
if (!ver)