From 4b6046412bf927d6424f20fc7ee495bb96dbd227 Mon Sep 17 00:00:00 2001
From: Thomas Pornin <pornin@bolet.org>
Date: Sun, 18 Aug 2019 22:30:16 +0200
Subject: [PATCH] Fixed small display bug in debug tool.

---
 tools/sslio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/sslio.c b/tools/sslio.c
index ef7dd3f..be07c2c 100644
--- 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_cbcdec, 0));
+				get_algo_name(cc->iaes_ctr, 0));
 		}
 		if (cc->iaes_ctrcbc != 0) {
 			fprintf(stderr, "   AES/CCM:       %s\n",
-- 
2.17.1