Move ssh-pkcs11.h include to match upstream.

This commit is contained in:
Darren Tucker
2025-09-05 20:26:14 +10:00
parent b34c16bc4c
commit 22cfd2dd32

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