mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-01-12 00:04:08 +08:00
Move ssh-pkcs11.h include to match upstream.
This commit is contained in:
@@ -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"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user