From c518bf9801d388c78772c59e620e681dc8073f82 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 28 Mar 2014 00:31:49 +0000 Subject: [PATCH] Ajustes para compilar sem a openSSL --- security.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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