From f308e90c3eba260a91dcb2bee653f22179acceb1 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Thu, 25 Jan 2024 10:20:19 -0800 Subject: [PATCH] include wolfcrypt/asn_public.h needed by RSA RsaKey --- wolfssh/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssh/internal.h b/wolfssh/internal.h index fe435b33..c60e9a98 100644 --- a/wolfssh/internal.h +++ b/wolfssh/internal.h @@ -36,6 +36,7 @@ #include #include #include +#include #include #ifdef WOLFSSH_SCP #include