diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c index 341c32409bce..6fe5e428b8bd 100644 --- a/ssh-ecdsa.c +++ b/ssh-ecdsa.c @@ -42,7 +42,7 @@ #include "digest.h" #define SSHKEY_INTERNAL #include "sshkey.h" - +#include "ssh-pkcs11.h" #include "openbsd-compat/openssl-compat.h" static u_int diff --git a/ssh-rsa.c b/ssh-rsa.c index be8f51e7576b..2c8b044b726f 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -26,7 +26,7 @@ #include #include - +#include "ssh-pkcs11.h" #include "sshbuf.h" #include "ssherr.h" #define SSHKEY_INTERNAL