Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Jun 22, 2021
1 parent 74e96bd commit 7d4b493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/crypto_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ void CryptoErrorStore::Capture() {
while (const uint32_t err = ERR_get_error()) {
char buf[256];
ERR_error_string_n(err, buf, sizeof(buf));
printf("<<<<<<< %s <<<<<\n", buf);
errors_.emplace_back(buf);
}
std::reverse(std::begin(errors_), std::end(errors_));
Expand Down

0 comments on commit 7d4b493

Please sign in to comment.