Skip to content

Commit 7d4b493

Browse files
committed
f
1 parent 74e96bd commit 7d4b493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/crypto_util.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ void CryptoErrorStore::Capture() {
227227
while (const uint32_t err = ERR_get_error()) {
228228
char buf[256];
229229
ERR_error_string_n(err, buf, sizeof(buf));
230+
printf("<<<<<<< %s <<<<<\n", buf);
230231
errors_.emplace_back(buf);
231232
}
232233
std::reverse(std::begin(errors_), std::end(errors_));

0 commit comments

Comments
 (0)