From 89ab7b23f81589eb958676b352cba41b80a5a106 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 6 Aug 2019 20:15:56 +0200 Subject: [PATCH] pki_mbedcrypto: Add missing misc.h header file For ssh_log_hexdump(). Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- src/pki_mbedcrypto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pki_mbedcrypto.c b/src/pki_mbedcrypto.c index 738923ca..57a6a4e0 100644 --- a/src/pki_mbedcrypto.c +++ b/src/pki_mbedcrypto.c @@ -32,6 +32,7 @@ #include "libssh/pki_priv.h" #include "libssh/buffer.h" #include "libssh/bignum.h" +#include "libssh/misc.h" #define MAX_PASSPHRASE_SIZE 1024 #define MAX_KEY_SIZE 32