diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c index 6a3a9c68..27c5eed7 100644 --- a/src/pki_gcrypt.c +++ b/src/pki_gcrypt.c @@ -24,6 +24,8 @@ #include "config.h" +#ifdef HAVE_LIBGCRYPT + #include #include #include @@ -1672,4 +1674,6 @@ ssh_signature pki_do_sign_sessionid(const ssh_key key, } #endif /* WITH_SERVER */ +#endif /* HAVE_LIBGCRYPT */ + /* vim: set ts=4 sw=4 et cindent: */