aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-08-06 20:15:56 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-08-07 08:25:31 +0200
commit89ab7b23f81589eb958676b352cba41b80a5a106 (patch)
tree3d80f2b56e8ea3c317eaf56b17efed5d57fcc9f2
parent3a61cd34a90d758262d63ecb01a0cc65d0abe90e (diff)
downloadlibssh-89ab7b23f81589eb958676b352cba41b80a5a106.tar.gz
libssh-89ab7b23f81589eb958676b352cba41b80a5a106.tar.xz
libssh-89ab7b23f81589eb958676b352cba41b80a5a106.zip
pki_mbedcrypto: Add missing misc.h header file
For ssh_log_hexdump(). Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--src/pki_mbedcrypto.c1
1 files changed, 1 insertions, 0 deletions
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