Commit 5eca2da2ef9f998ddb712e4c240fbfe775beb04a

Authored by perry.werneck@gmail.com
1 parent 2c162412

Negociação SSL estava travando em windows

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -177,6 +177,8 @@ int ssl_negotiate(H3270 *hSession) @@ -177,6 +177,8 @@ int ssl_negotiate(H3270 *hSession)
177 177
178 /* Tell the world that we are (still) connected, now in secure mode. */ 178 /* Tell the world that we are (still) connected, now in secure mode. */
179 lib3270_set_connected(hSession); 179 lib3270_set_connected(hSession);
  180 + non_blocking(hSession,True);
  181 +
180 return 0; 182 return 0;
181 } 183 }
182 #endif // HAVE_LIBSSL 184 #endif // HAVE_LIBSSL