Commit 2fcbe2d7f5040acd5e2f8ef477faf84474012ba2

Authored by Perry Werneck
1 parent 101c8f7d

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 39 #if defined(HAVE_LIBSSL)
40 40 #include <openssl/ssl.h>
41 41 #include <openssl/err.h>
  42 +
  43 + #ifndef SSL_ST_OK
  44 + #define SSL_ST_OK 3
  45 + #endif // !SSL_ST_OK
  46 +
42 47 #endif
43 48  
44 49 #include "private.h"
... ...