Fixed small display bug in debug tool.

This commit is contained in:
Thomas Pornin 2019-08-18 22:30:16 +02:00
parent b715b43e41
commit 4b6046412b
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ run_ssl_engine(br_ssl_engine_context *cc, unsigned long fd, unsigned flags)
}
if (cc->iaes_ctr != 0) {
fprintf(stderr, " AES/CTR: %s\n",
get_algo_name(cc->iaes_cbcdec, 0));
get_algo_name(cc->iaes_ctr, 0));
}
if (cc->iaes_ctrcbc != 0) {
fprintf(stderr, " AES/CCM: %s\n",