diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-07-02 13:15:34 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-07-02 13:15:34 +0000 |
| commit | c1e0861503468de5ae00ed0e532f349ec78bec68 (patch) | |
| tree | 14de9b5b2b4cbd1116ed28f9b7189c866585b230 /ssh-rsa.c | |
| parent | c0bbca73c6f7f15d5401332151fc9f9755abaf8f (diff) | |
Diffstat (limited to 'ssh-rsa.c')
| -rw-r--r-- | ssh-rsa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c index fec1953b49a15..aef798da62c4b 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -17,6 +17,8 @@ #include "includes.h" +#ifdef WITH_OPENSSL + #include <sys/types.h> #include <openssl/evp.h> @@ -263,3 +265,4 @@ done: } return ret; } +#endif /* WITH_OPENSSL */ |
