Skip to content

Commit

Permalink
Clang-Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 21, 2024
1 parent 64af0e3 commit 39ac8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpr/callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ using custom_unique_ptr = std::unique_ptr<T, deleter_from_fn<fn>>;
using x509_ptr = custom_unique_ptr<X509, X509_free>;
using bio_ptr = custom_unique_ptr<BIO, BIO_free>;

inline std::string get_openssl_print_errors() {
static inline std::string get_openssl_print_errors() {
std::ostringstream oss;
ERR_print_errors_cb(
[](char const* str, size_t len, void* data) -> int {
Expand Down

0 comments on commit 39ac8c9

Please sign in to comment.