diff options
author | Ian Moffett <ian@osmora.org> | 2024-09-26 00:31:53 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-09-26 00:32:09 -0400 |
commit | 60e57ce534b9d86c01f9113bf791923ae2fd9148 (patch) | |
tree | 138f6efa65155792d6f5f30ba94a46c05c6a9984 | |
parent | b132db61e45603878944e2cd11ea9334838d274d (diff) |
ostp.d: auth: Print newline in log_pubkey()
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | ostp.d/net/otd_auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); } /* |