summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-09-04 19:59:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2011-09-04 19:59:26 +1000
commit0dd24e02ec85146660302a7bcc491a0515b983ae (patch)
treebf27677f3f6f3a0db0327a0c5022643a3df8cd17 /ssh-keygen.c
parent6efd94f32e7ddf3cfdb94f0a3f91310304f8f6b5 (diff)
downloadopenssh-git-0dd24e02ec85146660302a7bcc491a0515b983ae.tar.gz
- (dtucker) [ssh-keygen.c ssh-pkcs11.c] Bug #1929: add null implementations
ofsh-pkcs11.cpkcs_init and pkcs_terminate for building without dlopen support.
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 49e4eee1..4b6218b1 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -49,10 +49,7 @@
#include "hostfile.h"
#include "dns.h"
#include "ssh2.h"
-
-#ifdef ENABLE_PKCS11
#include "ssh-pkcs11.h"
-#endif
/* Number of bits in the RSA/DSA key. This value can be set on the command line. */
#define DEFAULT_BITS 2048