diff --git a/security.c b/security.c index 8d371a6..cd4d05a 100644 --- a/security.c +++ b/security.c @@ -38,6 +38,7 @@ /*--[ Globals ]--------------------------------------------------------------------------------------*/ +#if defined(HAVE_LIBSSL) static const struct v3270_ssl_status_msg ssl_status_msg[] = { // http://www.openssl.org/docs/apps/verify.html @@ -266,6 +267,7 @@ } }; +#endif // HAVE_LIBSSL /*--[ Implement ]------------------------------------------------------------------------------------*/ -- libgit2 0.21.2