mirror of https://github.com/status-im/BearSSL.git
Fixed small display bug in debug tool.
This commit is contained in:
parent
b715b43e41
commit
4b6046412b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue