From 60e57ce534b9d86c01f9113bf791923ae2fd9148 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 26 Sep 2024 00:31:53 -0400 Subject: ostp.d: auth: Print newline in log_pubkey() Signed-off-by: Ian Moffett --- ostp.d/net/otd_auth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ostp.d/net/otd_auth.c b/ostp.d/net/otd_auth.c index e16d7b2..3511e0c 100644 --- a/ostp.d/net/otd_auth.c +++ b/ostp.d/net/otd_auth.c @@ -43,6 +43,8 @@ log_pubkey(uint8_t pubkey[KEY_BYTE_WIDTH]) printf("\n"); } } + + printf("\n"); } /* -- cgit v1.2.3