[openssh-commits] [openssh] 02/08: Move ssh-pkcs11.h include to match upstream.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 5 20:44:29 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 22cfd2dd32f34f0cea218dd651f3aa9544b6e3b5
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 20:26:14 2025 +1000

    Move ssh-pkcs11.h include to match upstream.
---
 ssh-keygen.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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"
 
 /*

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list