Skip to content

Commit

Permalink
rsa test update
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdeye committed Jul 25, 2024
1 parent 5566a44 commit 7f9951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool-openssl/rsa.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool rsaTool(const args_list_t &args) {
if (out_file) {
fprintf(out_file.get(), "Modulus=%s\r\n", hex_modulus);
} else {
printf("Modulus=%s\n", hex_modulus);
printf("Modulus=%s\r\n", hex_modulus);
}
OPENSSL_free(hex_modulus);
}
Expand Down

0 comments on commit 7f9951f

Please sign in to comment.