diff options
author | Joe Orton <notroj@users.noreply.github.com> | 2013-07-26 16:15:19 +0000 |
---|---|---|
committer | Joe Orton <notroj@users.noreply.github.com> | 2013-07-26 16:15:19 +0000 |
commit | 15841777595126f20ab1a0ff14560b2ef8701211 (patch) | |
tree | 1b5b52ca2d450264ac8c592c8994e728e6faa2a8 /config.hw.in | |
parent | a087bf711e844a522c37aad6ec16856d615f79fd (diff) | |
download | neon-git-15841777595126f20ab1a0ff14560b2ef8701211.tar.gz |
* config.hw.in, src/ne_openssl.c: Add thread-safety support for SSL on Windows.
Diffstat (limited to 'config.hw.in')
-rw-r--r-- | config.hw.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.hw.in b/config.hw.in index c2d7204..56e5cee 100644 --- a/config.hw.in +++ b/config.hw.in @@ -39,6 +39,8 @@ #define HAVE_SSPI +#define NE_HAVE_TS_SSL 1 + /* Define to enable debugging */ #define NE_DEBUGGING 1 |