Commit 2fcbe2d7f5040acd5e2f8ef477faf84474012ba2
1 parent
101c8f7d
Exists in
master
and in
5 other branches
Atualizando macros SSL.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
src/lib3270/ssl.c
@@ -39,6 +39,11 @@ | @@ -39,6 +39,11 @@ | ||
39 | #if defined(HAVE_LIBSSL) | 39 | #if defined(HAVE_LIBSSL) |
40 | #include <openssl/ssl.h> | 40 | #include <openssl/ssl.h> |
41 | #include <openssl/err.h> | 41 | #include <openssl/err.h> |
42 | + | ||
43 | + #ifndef SSL_ST_OK | ||
44 | + #define SSL_ST_OK 3 | ||
45 | + #endif // !SSL_ST_OK | ||
46 | + | ||
42 | #endif | 47 | #endif |
43 | 48 | ||
44 | #include "private.h" | 49 | #include "private.h" |