projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b715b43
)
Fixed small display bug in debug tool.
author
Thomas Pornin
<pornin@bolet.org>
Sun, 18 Aug 2019 20:30:16 +0000
(22:30 +0200)
committer
Thomas Pornin
<pornin@bolet.org>
Sun, 18 Aug 2019 20:30:16 +0000
(22:30 +0200)
tools/sslio.c
patch
|
blob
|
history
diff --git
a/tools/sslio.c
b/tools/sslio.c
index
ef7dd3f
..
be07c2c
100644
(file)
--- a/
tools/sslio.c
+++ b/
tools/sslio.c
@@
-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_c
bcdec
, 0));
+ get_algo_name(cc->iaes_c
tr
, 0));
}
if (cc->iaes_ctrcbc != 0) {
fprintf(stderr, " AES/CCM: %s\n",