summaryrefslogtreecommitdiff
path: root/ssh-pkcs11.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-pkcs11.c')
-rw-r--r--ssh-pkcs11.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/ssh-pkcs11.c b/ssh-pkcs11.c
index 286c232c7..1f4c1c8e4 100644
--- a/ssh-pkcs11.c
+++ b/ssh-pkcs11.c
@@ -590,4 +590,18 @@ fail:
590 return (-1); 590 return (-1);
591} 591}
592 592
593#else
594
595int
596pkcs11_init(int interactive)
597{
598 return (0);
599}
600
601void
602pkcs11_terminate(void)
603{
604 return;
605}
606
593#endif /* ENABLE_PKCS11 */ 607#endif /* ENABLE_PKCS11 */