Commit c518bf9801d388c78772c59e620e681dc8073f82
1 parent
51a024b5
Exists in
master
and in
1 other branch
Ajustes para compilar sem a openSSL
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
security.c
@@ -38,6 +38,7 @@ | @@ -38,6 +38,7 @@ | ||
38 | 38 | ||
39 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ | 39 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ |
40 | 40 | ||
41 | +#if defined(HAVE_LIBSSL) | ||
41 | static const struct v3270_ssl_status_msg ssl_status_msg[] = | 42 | static const struct v3270_ssl_status_msg ssl_status_msg[] = |
42 | { | 43 | { |
43 | // http://www.openssl.org/docs/apps/verify.html | 44 | // http://www.openssl.org/docs/apps/verify.html |
@@ -266,6 +267,7 @@ | @@ -266,6 +267,7 @@ | ||
266 | } | 267 | } |
267 | 268 | ||
268 | }; | 269 | }; |
270 | +#endif // HAVE_LIBSSL | ||
269 | 271 | ||
270 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 272 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
271 | 273 |