Commit c686a3f01b8ee127bc14a3cc40fafc236a0b8181

Authored by Perry Werneck
1 parent a191858d

Atualizando macros SSL.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
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"
... ...