From: Darren Tucker Date: Fri, 5 Sep 2025 10:26:14 +0000 (+1000) Subject: Move ssh-pkcs11.h include to match upstream. X-Git-Tag: V_10_1_P1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22cfd2dd32f34f0cea218dd651f3aa9544b6e3b5;p=thirdparty%2Fopenssh-portable.git Move ssh-pkcs11.h include to match upstream. --- diff --git a/ssh-keygen.c b/ssh-keygen.c index b57f05690..94323479e 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -52,7 +52,6 @@ #include "ssh.h" #include "ssh2.h" #include "ssherr.h" -#include "ssh-pkcs11.h" #include "atomicio.h" #include "krl.h" #include "digest.h" @@ -63,6 +62,10 @@ #include "sk-api.h" /* XXX for SSH_SK_USER_PRESENCE_REQD; remove */ #include "cipher.h" +#ifdef ENABLE_PKCS11 +#include "ssh-pkcs11.h" +#endif + #define DEFAULT_KEY_TYPE_NAME "ed25519" /*