commit 213bd7760fd1ef7f55f08a2d189aa7b3b29fa1d1 Author: Nick Mathewson nickm@torproject.org Date: Thu Jan 17 14:44:26 2013 -0500
For now, always use donna32 on msvc --- src/win32/orconfig.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 485590f..6e45a29 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 +
tor-commits@lists.torproject.org