summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-ecdsa-sk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-ecdsa-sk.c b/ssh-ecdsa-sk.c
index 08378795..981d60d7 100644
--- a/ssh-ecdsa-sk.c
+++ b/ssh-ecdsa-sk.c
@@ -31,10 +31,12 @@
#include <sys/types.h>
+#ifdef WITH_OPENSSL
#include <openssl/bn.h>
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
+#endif
#include <string.h>
#include <stdio.h> /* needed for DEBUG_SK only */