Skip to content

Commit

Permalink
Update src/scitokens_internal.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bbockelm and github-actions[bot] authored Oct 1, 2023
1 parent 3b3698e commit 1b2304e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scitokens_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,7 @@ configurer::Configuration::set_cache_home(const std::string dir_path) {
return std::make_pair(true, "");
}

void
configurer::Configuration::set_tls_ca_file(const std::string ca_file) {
void configurer::Configuration::set_tls_ca_file(const std::string ca_file) {
m_tls_ca_file = std::make_shared<std::string>(ca_file);
}

Expand Down

0 comments on commit 1b2304e

Please sign in to comment.