From ad8d50be4016e68a4ab8d765bd9b45a9fdae1a6d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Sep 2021 12:38:40 +0300 Subject: Simplify authenticate_*() and rep_fetch() functions semantics --- bpkg/auth.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bpkg/auth.hxx') diff --git a/bpkg/auth.hxx b/bpkg/auth.hxx index c95d1c8..4cd2e56 100644 --- a/bpkg/auth.hxx +++ b/bpkg/auth.hxx @@ -15,11 +15,8 @@ namespace bpkg { // Authenticate a repository certificate. If the configuration directory is - // NULL, then perform without a certificate database. If it is empty, then - // check if the current working directory is a configuration. If it is, then - // use its certificate database. Otherwise, continue as if it was NULL. All - // other values (including '.') are assumed to be valid configuration paths - // and will be diagnosed if that's not the case. + // NULL, then perform without a certificate database. Otherwise, use its + // certificate database. // // If the dependent trust fingerprint is present then try to authenticate // the certificate for use by the dependent prior to prompting the user. -- cgit v1.1