Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #1709

Closed (moved)
Open
Opened Jul 19, 2010 by Trac@tracbot

Fix compilation with mingw and OpenSSL 0.9.8m+

--- tortls.c.was Tue Jul 13 01:37:00 2010 +++ tortls.c Mon Jul 19 19:17:42 2010 @@ -21,6 +21,17 @@ #endif

#include <assert.h> +#ifdef MS_WINDOWS /wrkard for dtls1.h >= 0.9.8m of "#include <winsock.h>"/

  • #define WIN32_WINNT 0x400
  • #define _WIN32_WINNT 0x400
  • #define WIN32_LEAN_AND_MEAN
  • #if defined(_MSC_VER) && (_MSC_VER < 1300)
  • #include <winsock.h>
  • #else
  • #include <winsock2.h>
  • #include <ws2tcpip.h>
  • #endif +#endif #include <openssl/ssl.h> #include <openssl/ssl3.h> #include <openssl/err.h>

Trac:
Username: mingw-san

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.2.x-final
Milestone
Tor: 0.2.2.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#1709