Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

38 строки
1.0 KiB

  1. diff -r 15c6a01b9fe8 cmd/tstclnt/tstclnt.c
  2. --- a/cmd/tstclnt/tstclnt.c Fri Jun 10 18:34:00 2016 +0100
  3. +++ b/cmd/tstclnt/tstclnt.c Thu Jun 16 16:26:29 2016 +0100
  4. @@ -713,7 +713,6 @@
  5. return NSS_GetClientAuthData(arg, socket, caNames, pRetCert, pRetKey);
  6. }
  7. -#if defined(WIN32) || defined(OS2)
  8. void
  9. thread_main(void *arg)
  10. {
  11. @@ -746,7 +745,6 @@
  12. PR_Close(ps);
  13. }
  14. -#endif
  15. static void
  16. printHostNameAndAddr(const char *host, const PRNetAddr *addr)
  17. @@ -1545,7 +1543,8 @@
  18. npds = 2;
  19. std_out = PR_GetSpecialFD(PR_StandardOutput);
  20. -#if defined(WIN32) || defined(OS2)
  21. + // Enabled PR_Poll compatibility mode for running in docker run. (sigh).
  22. +
  23. /* PR_Poll cannot be used with stdin on Windows or OS/2. (sigh).
  24. ** But use of PR_Poll and non-blocking sockets is a major feature
  25. ** of this program. So, we simulate a pollable stdin with a
  26. @@ -1573,7 +1572,6 @@
  27. goto done;
  28. }
  29. }
  30. -#endif
  31. if (serverCertAuth.testFreshStatusFromSideChannel) {
  32. SSL_ForceHandshake(s);