summaryrefslogtreecommitdiff
path: root/ssh-pkcs11.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-pkcs11.c')
-rw-r--r--ssh-pkcs11.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c
index d9413bc4f..45ab80d0a 100644
--- a/ssh-pkcs11.c
+++ b/ssh-pkcs11.c
@@ -1789,6 +1789,14 @@ out:
1789} 1789}
1790#endif /* WITH_PKCS11_KEYGEN */ 1790#endif /* WITH_PKCS11_KEYGEN */
1791#else /* ENABLE_PKCS11 */ 1791#else /* ENABLE_PKCS11 */
1792
1793#include <sys/types.h>
1794#include <stdarg.h>
1795#include <stdio.h>
1796
1797#include "log.h"
1798#include "sshkey.h"
1799
1792int 1800int
1793pkcs11_init(int interactive) 1801pkcs11_init(int interactive)
1794{ 1802{