diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:29:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 16:30:32 -0500 |
commit | 41200b47709bcdaf6f3a66e8453b3d852bd8d2a6 (patch) | |
tree | 1d213ccaa9aa0e6a62c201d3d26dc4aa36db09d4 /src/win32 | |
parent | 0e597471aff206460f02999d6ea9e1e3243ef945 (diff) | |
download | tor-41200b47709bcdaf6f3a66e8453b3d852bd8d2a6.tar.gz tor-41200b47709bcdaf6f3a66e8453b3d852bd8d2a6.zip |
Have autoconf check whether enums are signed.
Fixes bug 7727; fix on 0.2.4.10-alpha.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 4312d9fbe5..f5d5cf4460 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -256,3 +256,4 @@ #define CURVE25519_ENABLED #define USE_CURVE25519_DONNA +#define ENUM_VALS_ARE_SIGNED 1 |