ssh2/win32
Peter Stuge e1a5d1bc77 Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro
Commit d512b25f69 introduced a crypto
library abstraction in the autotools build system, to allow us to more
easily support new crypto libraries. In that process it was found that
all other build system which we support are hard-coded to build with
OpenSSL. Commit f5c1a0d98b fixes automake
introduced into non-autotools build systems but still overlooked the
CPP macro saying that we are using OpenSSL.

Thanks to Marc Hörsken for identifying this issue and proposing a fix
for win32/{GNUmakefile,config.mk}. This commit uses a slightly different
approach but the end result is the same.
2014-03-16 16:36:13 +01:00
..
test Updated dependency libs. 2013-02-09 01:38:53 +01:00
.gitignore Ignore generated file. 2012-10-24 03:29:50 +02:00
config.mk Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro 2014-03-16 16:36:13 +01:00
GNUmakefile Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro 2014-03-16 16:36:13 +01:00
libssh2_config.h Fixed MinGW debug build. 2012-06-08 08:03:24 +02:00
libssh2.dsw fixed libssh2.dsw to use the generated libssh2.dsp; removed old *.dsp files. 2010-06-10 02:43:49 +02:00
libssh2.rc Added resource file for libssh2.dll (shamelessly stolen from libcurl). 2010-08-17 01:54:20 +02:00
Makefile.Watcom Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro 2014-03-16 16:36:13 +01:00
msvcproj.foot Ensure that win32/libssh2.dsp will be generated with CRLF line endings 2009-10-17 02:58:53 +02:00
msvcproj.head Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro 2014-03-16 16:36:13 +01:00
rules.mk Add support for win32. 2005-01-03 22:46:15 +00:00
tests.dsp fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00