Skip to content

Tagolfirg/openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL 1.1.1c - with Visual Studio 2005 (and maybe newer)

Visual Studio (with VS cmd, unpack the archive with cygwin tar)

32bit

(optionally apply openssl-1.1-crypto-init-win9x.diff)

perl Configure VC-WIN32 -D_WIN32_WINNT=0x0501 no-shared no-pinshared no-dynamic-engine no-capieng no-async  --prefix=C:\Work\Clamav\openssl\win32\build

You may need to disable /WX in Configurations/10-main.conf before running Configure, just remove the line:

CFLAGS           => add("/WX"),
:: Optional for multicore build
set CL=/MP

nmake
nmake install_dev

64bit

perl Configure VC-WIN64A no-shared no-pinshared no-dynamic-engine no-capieng no-async --prefix=C:\Work\Clamav\openssl\x64\build
:: Optional for multicore build
set CL=/MP

nmake
nmake install_dev

MinGW (Currently cross-compiled on Linux)

(optionally apply openssl-1.1-crypto-init-win9x.diff and openssl-1.1-mingw-wspiapi.diff)

./Configure mingw no-shared no-pinshared no-dynamic-engine no-capieng no-async --cross-compile-prefix=i686-w64-mingw32- --prefix=`pwd`/../dist
make -jX
make install_dev

About

OpenSSL binaries built for win32/x64/mingw

Resources

License

Stars

Watchers

Forks

Packages

No packages published