From 41200b47709bcdaf6f3a66e8453b3d852bd8d2a6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 7 Feb 2013 16:29:32 -0500 Subject: Have autoconf check whether enums are signed. Fixes bug 7727; fix on 0.2.4.10-alpha. --- src/win32/orconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/win32/orconfig.h') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 4312d9fbe..f5d5cf446 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 -- cgit v1.2.3