From: Nick Mathewson Date: Thu, 17 Jan 2013 19:44:26 +0000 (-0500) Subject: For now, always use donna32 on msvc X-Git-Tag: tor-0.2.4.10-alpha~25^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1;p=thirdparty%2Ftor.git For now, always use donna32 on msvc --- diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 485590f11d..6e45a2928b 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -250,3 +250,6 @@ #define SHARE_DATADIR "" #define HAVE_EVENT2_DNS_H #define HAVE_EVENT_BASE_LOOPEXIT +#define CURVE25519_ENABLED +#define USE_CURVE25519_DONNA +