summaryrefslogtreecommitdiff
path: root/ssh-pkcs11-helper.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-14 08:37:49 +1100
committerDamien Miller <djm@mindrot.org>2010-03-14 08:37:49 +1100
commit47f9a4106a417d57ff784b3a7fcffb803d6df56d (patch)
tree9844cbb0a67c04767cf24d30f10a7ffc6c52afb7 /ssh-pkcs11-helper.c
parent4e0cea82dd75199c4a4f59165b1971d0d7c45919 (diff)
downloadopenssh-git-47f9a4106a417d57ff784b3a7fcffb803d6df56d.tar.gz
- (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
compilation failure when !HAVE_DLOPEN. Reported by felix-mindrot AT fefe.de
Diffstat (limited to 'ssh-pkcs11-helper.c')
-rw-r--r--ssh-pkcs11-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c
index d3bfb983..8e3f57ac 100644
--- a/ssh-pkcs11-helper.c
+++ b/ssh-pkcs11-helper.c
@@ -17,8 +17,6 @@
#include "includes.h"
-#ifdef ENABLE_PKCS11
-
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
@@ -39,6 +37,8 @@
#include "authfd.h"
#include "ssh-pkcs11.h"
+#ifdef ENABLE_PKCS11
+
/* borrows code from sftp-server and ssh-agent */
struct pkcs11_keyinfo {