Skip to content

A mirror of OpenSSL with a few patches to use different compiler flags on Windows

Notifications You must be signed in to change notification settings

gregschlom/openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a personal clone of OpenSSL with a few custom compiler flags for Windows

OpenSSL version: 1.0.0d (http://openssl.org/source/openssl-1.0.0d.tar.gz)

To get the changes, checkout the custom-flags and branch.

Changes:

1. Compile OpenSSL as a static library, but linking to the shared version of the C runtime library
   (/MD flag).

2. Don't add debug information (Remove the /Zi flag)

About

A mirror of OpenSSL with a few patches to use different compiler flags on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published