]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move ssh-pkcs11.h include to match upstream.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:26:14 +0000 (20:26 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:26:14 +0000 (20:26 +1000)
ssh-keygen.c

index b57f0569026406c1e050ebde78476b150d4a3d53..94323479e85009c8148b4312a1296c900c10c500 100644 (file)
@@ -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"
 #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"
 
 /*